UNPKG

mcp-hacker-news

Version:
4 lines 274 B
import { HackerNewsItem } from "./types-hn.js"; export declare function fetchFromAPI<T>(endpoint: string): Promise<T | null>; export declare function fetchMultipleItems(ids: number[], maxItems?: number): Promise<HackerNewsItem[]>; //# sourceMappingURL=fetch-actions.d.ts.map