@types/lodash-deep
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

Installation

npm install --save @types/lodash-deep

Summary

This package contains type definitions for lodash-deep (https://github.com/marklagendijk/lodash-deep).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash-deep.

index.d.ts

import * as _ from "lodash";

declare module "lodash" {
    interface LoDashStatic {
        deepMapValues(
            object: any,
            callback: any,
            propertyPath?: any,
        ): any;
    }
}

export function deepMapValues(
    object: any,
    callback: any,
    propertyPath?: any,
): any;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: @types/lodash

Credits

These definitions were written by Stan.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/lodash-deep

Weekly Downloads

382

Version

2.0.4

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types