DIR: /proc/1991108/root/usr/share/node_modules/@types/lodash.map/ |
Current File : //proc/1991108/root/usr/share/node_modules/@types/lodash.map/index.d.ts |
// Type definitions for lodash.map 4.6 // 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.6 // Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts import { map } from "lodash"; export = map; |