mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 00:59:29 +08:00
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
This commit is contained in:
8
lodash/parseInt/index.d.ts
vendored
Normal file
8
lodash/parseInt/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// 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;
|
||||
Reference in New Issue
Block a user