Installation
npm install --save @types/lodash.flatmapdepth
Summary
This package contains type definitions for lodash.flatMapDepth (https://lodash.com).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.flatmapdepth.
index.d.ts
````ts // Type definitions for lodash.flatMapDepth 4.10 // Project: https://lodash.com // Definitions by: Brian Zengel // Ilya Mochalov // 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 { flatMapDepth } from "lodash"; export = flatMapDepth; ````
Additional Details
Last updated: Mon, 18 Apr 2022 23:03:18 GMT Dependencies: @types/lodash Global values: noneCredits
These definitions were written by Brian Zengel, and Ilya Mochalov.