master
throttle
export function throttle(func: any, wait: number, options?: any) { options = options || {}; let context; let args; let result;