UNPKG

routeros

Version:

Mikrotik Routerboard RouterOS API for NodeJS

5 lines (4 loc) 130 B
export declare const debounce: (callback: any, timeout?: number) => { run: (...args: any) => void; cancel: () => void; };