DefinitelyTyped/lodash.isarraybuffer/index.d.ts
Lukas Zech 2461ee114f Use PartialObject for object predicates in _.every, _.find and _.some (#13994)
* Use PartialObject for object predicates

* Add typescript version

* Update lodash module generator and update modules to TypeScript 2.1

* Use Partial to define PartialObject, fix LodashStatic.find

* Use PartialObject as predicate in lodash.filter

* Add TS2.1 header to bookshelf, lodash-decorators, lodash-es, sequelize/v3, sequelize, sequelize-fixtures, and umzug
2017-01-27 09:29:09 -08:00

9 lines
396 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
// TypeScript Version: 2.1
import { isArrayBuffer } from "lodash";
export = isArrayBuffer;