DefinitelyTyped/lodash/parseInt/index.d.ts
Mohamed Hegazy 32cfdbb3f4 Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash a module (#12361)
* Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash declarations a module

* Use lodash as a module

* Use lodash as  module

* Add headder
2016-10-31 13:39:11 -07:00

9 lines
385 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;