UNPKG

@variantjs/core

Version:

VariantJS common functions and utilities

3 lines (2 loc) 126 B
declare const throttle: (func: (...args: any[]) => void, wait?: number) => (...args: any[]) => void; export default throttle;