DefinitelyTyped/types/lodash.intersection/index.d.ts

11 lines
516 B
TypeScript
Raw Permalink Normal View History

// Type definitions for lodash.intersection 4.4
2019-02-12 22:36:28 +00:00
// Project: https://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
2019-02-14 18:40:39 +00:00
// TypeScript Version: 2.8
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { intersection } from "lodash";
export = intersection;