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