Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
thisisAce
/
adoor-store
like
0
Follow
Ace
7
License:
mit
Model card
Files
Files and versions
Community
main
adoor-store
/
huggingface-cloth-segmentation
/
node_modules
/
hasown
/
index.d.ts
3v324v23
Add PNG files and track with Git LFS
befd7da
9 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;