JSPM

@types/lodash-deep

2.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3024
  • Score
    100M100P100Q105991F
  • License MIT

TypeScript definitions for lodash-deep

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/lodash-deep) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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 _ = require("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: Fri, 24 Oct 2025 04:02:41 GMT
    • Dependencies: @types/lodash

    Credits

    These definitions were written by Stan.