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
/
normalize-raw-user.d.ts
9 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
RawUser
}
from
"./raw-user"
;
import
{
User
}
from
"./user"
;
/** * `normalizeRawUser` transforms a `RawUser` into a `User`. */
export
declare
function
normalizeRawUser
(
{ rawUser }: { rawUser: RawUser; }
):
User
;
//# sourceMappingURL=normalize-raw-user.d.ts.map