Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikx1
/
gradio_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7be1985
gradio_app
/
app
/
frontend
/
node_modules
/
es5-ext
/
math
/
clz32
/
is-implemented.js
mikx1
Upload folder using huggingface_hub
b5ea024
over 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
"use strict"
;
module
.
exports
=
function
(
) {
var
clz32 =
Math
.
clz32
;
if
(
typeof
clz32 !==
"function"
)
return
false
;
return
clz32
(
1000
) ===
22
;
};