Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
techprotrade
/
annator
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
annator
/
scripts
/
node_modules
/
call-bind-apply-helpers
/
reflectApply.js
techprotrade
Add scripts directory (part 5)
9363588
verified
24 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
132 Bytes
'use strict'
;
/**
@type
{
import('./reflectApply')
} */
module
.
exports
=
typeof
Reflect
!==
'undefined'
&&
Reflect
&&
Reflect
.
apply
;