UNPKG

diginext-utils

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