@livelybone/date-generator
Version:
A module that generates calendar, which includes years, months, dates, hours, minutes, seconds
10 lines (8 loc) • 792 B
JavaScript
/**
* Bundle of @livelybone/date-generator
* Generated: 2020-05-17
* Version: 4.2.1
* License: MIT
* Author: 2631541504@qq.com
*/
!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(exports):"function"==typeof define&&define.amd?define(["exports"],a):a((e=e||self).typesDateGenerator={})}(this,function(e){"use strict";var a,t;(a=e.DefaultMax||(e.DefaultMax={}))[a.Hour=23]="Hour",a[a.Minute=59]="Minute",a[a.Second=59]="Second",(t=e.DateCompare||(e.DateCompare={}))[t.GreatThanYear=100]="GreatThanYear",t[t.GreatThanMonth=10]="GreatThanMonth",t[t.GreatThanDate=1]="GreatThanDate",t[t.Equal=0]="Equal",t[t.LessThanDate=-1]="LessThanDate",t[t.LessThanMonth=-10]="LessThanMonth",t[t.LessThanYear=-100]="LessThanYear",Object.defineProperty(e,"__esModule",{value:!0})});