UNPKG

funcunit

Version:
30 lines (28 loc) 381 B
/** * @module {Module} util/date-helpers */ // abc /** * @function isTomorrow */ exports.isTomorrow = function(){ }; /** * @function */ exports.isYesterday = function(){ }; /** * Hello World */ exports.isNext = function(){}; /** * @property tomorrow */ exports.tomorrow = new Date(); /** * @property */ exports.yesterday = 1; /** * Hello World */ exports.next = {};