UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

3 lines (2 loc) 152 B
export declare const DEFAULT_DEBOUNCE_TIME_MS = 300; export declare const debounce: (fn: Function, ms?: number) => (this: any, ...args: any[]) => void;