Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
137
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
main
inference-playground
/
src
/
lib
/
utils
/
noop.ts
Thomas G. Lopes
abstract token to store
25c63d0
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
/**
* A no operation function (does nothing)
*/
export
function
noop
(
) {
// do nothing
}