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

0.0.3 • Public • Published

Installation

npm install --save @types/concat-map

Summary

This package contains type definitions for concat-map (https://github.com/substack/node-concat-map).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-map.

index.d.ts

export = concat_map;

declare function concat_map<T, R>(xs: T[], fn: (x: T, i: number) => R | R[]): R[];

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Claas Ahlrichs.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    35,290
  • 0.0.2
    74
  • 0.0.1
    5,058
  • 0.0.0
    114

Package Sidebar

Install

npm i @types/concat-map

Weekly Downloads

34,197

Version

0.0.3

License

MIT

Unpacked Size

2.76 kB

Total Files

5

Last publish

Collaborators

  • types