DefinitelyTyped/types/lodash.stubtrue/index.d.ts
BehindTheMath 2ce5aacbd0 [lodash] Add stubTrue to lodash (#38920)
* [lodash] Add lodash/stubTrue

* Add stubTrue.d.ts to tsconfig.json

* Add lodash.stubtrue
2019-10-09 12:13:29 -07:00

11 lines
505 B
TypeScript

// Type definitions for lodash.stubTrue 4.13
// 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.8
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { stubTrue } from "lodash";
export = stubTrue;