UNPKG

javascript-time-ago

Version:
7 lines (6 loc) 387 B
// "convenient" is a legacy name of "approximate" steps. export { default as approximate, default as convenient } from './approximate'; // "canonical" is a legacy name of "round" steps. export { default as round, default as canonical } from './round'; export { minute, hour, day, week, month, year } from './units'; export { getDate } from './helpers'; //# sourceMappingURL=index.js.map