UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

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