UNPKG
schedulejs
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
Schedule tasks, meetings, appointments, etc
bunkat/schedule
schedulejs
/
src
/
schedule.js
10 lines
(7 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
"start"
;
import
"compat/"
;
import
"date/"
;
import
"util/"
;
import
"sort/"
;
import
"core/"
;
import
"end"
;