UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

5 lines (3 loc) 224 B
/// <reference types="emscripten" /> declare function throttle<T extends (...arguments_: any[]) => any>(function_: T, limit: number): (this: ThisParameterType<T>, ...arguments_: Parameters<T>) => void; export { throttle };