# Function 函数

## 方法

[$core.debounce](https://github.com/qianduanka/core-js-pro/blob/main/markdown/function/debounce.md) 防抖

[$core.throttle](https://github.com/qianduanka/core-js-pro/blob/main/markdown/function/throttle.md) 节流

[$core.sleep](https://github.com/qianduanka/core-js-pro/blob/main/markdown/function/sleep.md) 休眠

[$core.delay](https://github.com/qianduanka/core-js-pro/blob/main/markdown/function/delay.md) 延迟

[$core.curry](https://github.com/qianduanka/core-js-pro/blob/main/markdown/function/curry.md) 柯里化

