UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

9 lines 281 B
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