1.4.3 • Published 6 months ago

@types/unbzip2-stream v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/unbzip2-stream

Summary

This package contains type definitions for unbzip2-stream (https://github.com/regular/unbzip2-stream).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unbzip2-stream.

index.d.ts

// Type definitions for unbzip2-stream 1.4
// Project: https://github.com/regular/unbzip2-stream
// Definitions by: Andrew Plummer <https://github.com/plumdog>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import through = require('through');

declare function bz2(): through.ThroughStream;

export = bz2;

Additional Details

  • Last updated: Tue, 22 Feb 2022 19:31:46 GMT
  • Dependencies: @types/through
  • Global values: none

Credits

These definitions were written by Andrew Plummer.

1.4.3

6 months ago

1.4.2

7 months ago

1.4.1

8 months ago

1.4.0

2 years ago