UNPKG

504 BTypeScriptView Raw
1// Type definitions for lodash.debounce 4.0
2// Project: https://lodash.com
3// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.8
6
7// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
8
9import { debounce } from "lodash";
10export = debounce;