@types/lodash.update
Version:
TypeScript definitions for lodash.update
24 lines (17 loc) • 870 B
Markdown
# Installation
> `npm install --save @types/lodash.update`
# Summary
This package contains type definitions for lodash.update (https://lodash.com).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.update.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.update/index.d.ts)
````ts
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { update } from "lodash";
export = update;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:38 GMT
* Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
# Credits
These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).