Duplicated from huggingface/inference-playground
25c63d0
1
2
3
4
5
6
7
/** * A no operation function (does nothing) */ export function noop() { // do nothing }