Regenerated lodash's sub-types for TS2.2

using scripts/generate-modules.ts
This commit is contained in:
Avi Vahl
2017-03-22 20:40:42 +02:00
parent bfab5a695b
commit 1ecdf0711d
835 changed files with 1385 additions and 550 deletions

View File

@@ -2,7 +2,7 @@
// 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
// TypeScript Version: 2.2
import { isArrayBuffer } from "lodash";
export = isArrayBuffer;

View File

@@ -1 +1,3 @@
{ "extends": "../tslint.json" }
{
"extends": "../tslint.json"
}