Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inf-playground-canvas
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
33620bc
inf-playground-canvas
/
src
/
lib
/
utils
/
noop.ts
Thomas G. Lopes
abstract token to store
25c63d0
8 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
/**
* A no operation function (does nothing)
*/
export
function
noop
(
) {
// do nothing
}