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