4.4.9 • Published 6 months ago

@types/lodash.flatten v4.4.9

Weekly downloads
38,722
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/lodash.flatten

Summary

This package contains type definitions for lodash.flatten (https://lodash.com).

Details

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

index.d.ts

// Type definitions for lodash.flatten 4.4
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>
//                 Ilya Mochalov <https://github.com/chrootsu>
// 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 { flatten } from "lodash";
export = flatten;

Additional Details

  • Last updated: Mon, 18 Apr 2022 23:03:18 GMT
  • Dependencies: @types/lodash
  • Global values: none

Credits

These definitions were written by Brian Zengel, and Ilya Mochalov.