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

0.0.2 • Public • Published

Installation

npm install --save @types/chunk

Summary

This package contains type definitions for chunk (https://github.com/ryancole/chunk).

Details

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

index.d.ts

export as namespace chunk;

declare function chunk<T>(array: ArrayLike<T>, size?: number): T[][];

export = chunk;

Additional Details

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

Credits

These definitions were written by Florian Keller.

/@types/chunk/

    Package Sidebar

    Install

    npm i @types/chunk

    Weekly Downloads

    1,644

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    2.73 kB

    Total Files

    5

    Last publish

    Collaborators

    • types