UNPKG

diginext-utils

Version:
7 lines 182 B
/** * Date utility functions * @module date */ export { default as timeAgo } from "./timeAgo.js"; export { diffDate } from "../math/diffDate.js"; //# sourceMappingURL=index.js.map