Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface/inference-playground
FallnAI
/
LLM-Inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6a8491a
LLM-Inference
/
src
/
lib
/
utils
/
noop.ts
Thomas G. Lopes
abstract token to store
25c63d0
about 2 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
/**
* A no operation function (does nothing)
*/
export
function
noop
(
) {
// do nothing
}