Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yannhalrd
/
test-mcp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-mcp
/
node_modules
/
hasown
/
index.d.ts
Yann HALLOUARD
Add application file
08790d0
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
declare
function
hasOwn<O, K
extends
PropertyKey
, V =
unknown
>(
o
: O,
p
: K): o is O &
Record
<K, V>;
export
= hasOwn;