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

1.1.2 • Public • Published

Installation

npm install --save @types/bytewise

Summary

This package contains type definitions for bytewise (https://github.com/deanlandolt/bytewise).

Details

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

index.d.ts

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

interface Bytewise {
    encode: (value: any) => Buffer;
    decode: (value: Buffer) => any;
    [k: string]: any;
}

declare const bytewise: Bytewise;
export = bytewise;

Additional Details

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

Credits

These definitions were written by Daniel Byrne.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/bytewise

    Weekly Downloads

    139

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    3.02 kB

    Total Files

    5

    Last publish

    Collaborators

    • types