UNPKG

108 BTypeScriptView Raw
1import { throttle, ThrottleSettings } from "lodash";
2
3export { ThrottleSettings };
4export default throttle;