UNPKG
mcp-hacker-news
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Hacker News MCP Server
github.com/paabloLC/mcp-hacker-news
paabloLC/mcp-hacker-news
mcp-hacker-news
/
dist
/
fetch-actions.d.ts
4 lines
•
274 B
TypeScript
View Raw
1
2
3
4
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