UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

5 lines (3 loc) 197 B
/// <reference types="emscripten" /> declare function debounce<T extends (...arguments_: any[]) => any>(function_: T, delay?: number): (...arguments_: Parameters<T>) => void; export { debounce };