UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

9 lines 282 B
import { Item } from "./item"; import { RawItem } from "./raw-item"; /** * `normalizeRawItem` transforms a `RawItem` into an `Item`. */ export declare function normalizeRawItem({ rawItem }: { rawItem: RawItem; }): Item; //# sourceMappingURL=normalize-raw-item.d.ts.map