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

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.2
    167
  • 1.1.1
    0
  • 1.1.0
    8

Package Sidebar

Install

npm i @types/bytewise

Weekly Downloads

175

Version

1.1.2

License

MIT

Unpacked Size

3.02 kB

Total Files

5

Last publish

Collaborators

  • types