UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

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