Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fourmovie
/
Uploader
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Uploader
/
node_modules
/
get-proto
/
index.d.ts
root
update spaces
3af1079
10 months ago
raw
Copy download link
history
blame
contribute
delete
126 Bytes
declare
function
getProto<O
extends
object
>(
object
: O):
object
|
null
;
declare
const
x
:
typeof
getProto |
null
;
export
= x;