@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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/concat-map

      Weekly Downloads

      40,720

      Version

      0.0.3

      License

      MIT

      Unpacked Size

      2.76 kB

      Total Files

      5

      Last publish

      Collaborators

      • types