UNPKG
@skobyn/mcp-dataforseo
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Model Context Protocol server for DataForSEO API
@skobyn/mcp-dataforseo
/
mcp-dataforseo
/
node_modules
/
math-intrinsics
/
constants
/
maxSafeInteger.d.ts
3 lines
(2 loc)
•
77 B
TypeScript
View Raw
1
2
3
declare
const
MAX_SAFE_INTEGER
:
9007199254740991
;
export
=
MAX_SAFE_INTEGER
;