UNPKG
hn-ts
Version:
latest (0.1.0)
0.1.0
TypeScript client for the Hacker News API
github.com/velut/hn-ts
velut/hn-ts
hn-ts
/
dist
/
unix-to-iso-string.d.ts
5 lines
•
214 B
TypeScript
View Raw
1
2
3
4
5
/** `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