UNPKG

@builder.io/sdk

Version:

This SDK is largely a wrapper over our [Content API](https://www.builder.io/c/docs/content-api)

2 lines (1 loc) 100 B
export declare function throttle(func: Function, wait: number, options?: any): (this: any) => any;