UNPKG

@types/lodash.get

Version:
32 lines (24 loc) 1.17 kB
# Installation > `npm install --save @types/lodash.get` # Summary This package contains type definitions for lodash.get (https://lodash.com). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.get. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.get/index.d.ts) ````ts // Type definitions for lodash.get 4.4 // Project: https://lodash.com // Definitions by: Brian Zengel <https://github.com/bczengel> // Ilya Mochalov <https://github.com/chrootsu> // 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 { get } from "lodash"; export = get; ```` ### Additional Details * Last updated: Mon, 18 Apr 2022 23:03:19 GMT * Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash) * Global values: none # Credits These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).