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
/
helpers.d.ts
4 lines
•
225 B
TypeScript
View Raw
1
2
3
4
export
declare
function
getCached<T>(
key
:
string
): T |
null
;
export
declare
function
setCache
(
key
:
string
,
data
:
any
):
void
;
export
declare
function
formatTime
(
timestamp
:
number
):
string
;
//# sourceMappingURL=helpers.d.ts.map