/** * This is method `c` */ exports.c = function() {} /** * This is method `d` */ exports.d = function() {} /** * This is method `e` */ exports.e = function() {}