UNPKG

calcdate

Version:

Evalate a date expression calc`now + 3 days`)!

16 lines (15 loc) 340 B
export const test = /*#__PURE__*/ () => ( __, { makeInterval, makeDuration, makeDate, add, subtract, multiply, divide } ) => { return { makeInterval: makeInterval, makeDuration: makeDuration, makeDate: makeDate, add: add, subtract: subtract, multiply: multiply, divide: divide }; }; export default test;