@types/lodash
Version:
TypeScript definitions for Lo-Dash 4.14
9 lines (7 loc) • 393 B
TypeScript
// Type definitions for Lo-Dash 4.14
// Project: http://lodash.com/
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as _ from "../index"
declare const parseInt: typeof _.parseInt;
export = parseInt;