UNPKG

466 BTypeScriptView Raw
1// Type definitions for lodash.assign 4.2
2// Project: https://lodash.com
3// Definitions by: Brian Zengel <https://github.com/bczengel>
4// Ilya Mochalov <https://github.com/chrootsu>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6// TypeScript Version: 2.8
7
8// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
9
10import { assign } from "lodash";
11export = assign;