mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 15:37:31 +00:00
* Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash declarations a module * Use lodash as a module * Use lodash as module * Add headder
9 lines
388 B
TypeScript
9 lines
388 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 castArray: typeof _.castArray;
|
|
export = castArray;
|