UNPKG

220 BTypeScriptView Raw
1export function getDate(): Date;
2/**
3 * Return current unix time.
4 *
5 * @return {number}
6 */
7export const getUnixTime: () => number;
8export function humanizeDuration(d: number): string;
9//# sourceMappingURL=time.d.ts.map
\No newline at end of file