mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Remove modules.d.ts to avoid making lodash a global * Add separate modules for lodash submodules * Keep only major.minor for versions
8 lines
369 B
TypeScript
8 lines
369 B
TypeScript
// Type definitions for lodash.isArrayBuffer 4.4
|
|
// 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 { isArrayBuffer } from "lodash";
|
|
export = isArrayBuffer;
|