Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
devjhawar
/
policylens-rag-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
policylens-rag-api
/
backend
/
node_modules
/
math-intrinsics
/
isInteger.d.ts
DEVJHAWAR11
sync: deploy to HuggingFace Space
5b7955a
3 months ago
raw
Copy download link
history
blame
contribute
delete
87 Bytes
declare
function
isInteger
(
argument:
unknown
): argument is
number
;
export
= isInteger;