Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
watch2gether-server
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
watch2gether-server
/
node_modules
/
hasown
/
index.d.ts
imseldrith
Upload 1309 files
f107c64
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
117 Bytes
declare
function
hasOwn<O, K
extends
PropertyKey
, V =
unknown
>(
o
: O,
p
: K): o is O &
Record
<K, V>;
export
= hasOwn;