added whole system from ola4doc
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
copy: require('./copy'),
|
||||
daysInMonth: require('./days-in-month'),
|
||||
floorDay: require('./floor-day'),
|
||||
floorMonth: require('./floor-month'),
|
||||
floorYear: require('./floor-year'),
|
||||
format: require('./format')
|
||||
};
|
||||
Reference in New Issue
Block a user