UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

7 lines 289 B
/** * `getShowStoriesIds` returns the list of up to 200 IDs of the "Show HN" stories. * * @see {@link https://github.com/HackerNews/API#ask-show-and-job-stories} */ export declare function getShowStoriesIds(): Promise<number[]>; //# sourceMappingURL=get-show-stories-ids.d.ts.map