Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shreyansh327
/
mcp-client
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mcp-client
/
node_modules
/
math-intrinsics
/
constants
/
maxSafeInteger.d.ts
Shrey327
initial commit
a19a736
8 months ago
raw
Copy download link
history
blame
contribute
delete
77 Bytes
declare
const
MAX_SAFE_INTEGER
:
9007199254740991
;
export
=
MAX_SAFE_INTEGER
;