Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omnitool-ai
/
omnitool_on_hf
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
omnitool_on_hf
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
manu-sapiens
radical simplification
57156b3
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
99 Bytes
'use strict'
;
export
default
function
isCancel
(
value
) {
return
!!(value && value.
__CANCEL__
);
}