DefinitelyTyped/types/lodash.multiply/index.d.ts
Henrik Raitasola 1396ff01b4 [lodash] Add missing multiply import (#37857)
* Add missing multiply import

* Add to list

* Add also under 3.1 folder

* Add multiply module
2019-08-27 11:13:16 -07:00

11 lines
504 B
TypeScript

// Type definitions for lodash.multiply 4.9
// 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 { multiply } from "lodash";
export = multiply;