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.