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

1.0.2 • Public • Published

Installation

npm install --save @types/buffer-split

Summary

This package contains type definitions for buffer-split (https://github.com/soldair/node-buffer-split#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/buffer-split.

index.d.ts

/// <reference types="node" />

declare function bufferSplit(buf: Buffer, splitBuf: Buffer, includeDelim?: boolean): Buffer[];

export = bufferSplit;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Ciffelia.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/buffer-split

    Weekly Downloads

    1,069

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.94 kB

    Total Files

    5

    Last publish

    Collaborators

    • types