javascript-time-ago
Version:
Localized relative date/time formatting
8 lines (7 loc) • 399 B
JavaScript
// "convenient" is a legacy name of "approximate" steps.
export { default as approximate, default as convenient } from './approximate.js';
// "canonical" is a legacy name of "round" steps.
export { default as round, default as canonical } from './round.js';
export { minute, hour, day, week, month, year } from './units.js';
export { getDate } from './helpers.js';
//# sourceMappingURL=index.js.map