Skip to content

@fabwcie/free-drawingAPI


@fabwcie/free-drawing / utils/perf / ThrottledFunction

Type alias: ThrottledFunction()<T>

ThrottledFunction<T>: (...args) => ReturnType<T>

Type parameters

T extends (...args) => any

Parameters

• ...args: Parameters<T>

Returns

ReturnType<T>

Source

utils/perf.ts:1