UNPKG

hn-ts

Version:

TypeScript client for the Hacker News API

8 lines 348 B
import { Updated } from "./updated"; /** * `getLatestItemAndUserUpdates` returns the latest updates for items and users. * * @see {@link https://github.com/HackerNews/API#changed-items-and-profiles} */ export declare function getLatestItemAndUserUpdates(): Promise<Updated>; //# sourceMappingURL=get-latest-item-and-user-updates.d.ts.map