UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

5 lines 214 B
/** `unixToIsoString` converts a time in Unix seconds to a UTC ISO timestamp */ export declare function unixToIsoString({ time }: { time: number; }): string; //# sourceMappingURL=unix-to-iso-string.d.ts.map