mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08: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
397 B
TypeScript
9 lines
397 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 isTypedArray: typeof _.isTypedArray;
|
|
export = isTypedArray;
|