UNPKG

@types/block-stream2

Version:
29 lines (20 loc) 871 B
# Installation > `npm install --save @types/block-stream2` # Summary This package contains type definitions for block-stream2 (https://www.npmjs.com/package/block-stream2). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/block-stream2. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/block-stream2/index.d.ts) ````ts /// <reference types="node" /> import { Transform } from "stream"; export = BlockStream2; declare class BlockStream2 extends Transform { constructor(options?: { size?: number; zeroPadding?: boolean }); } ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:04 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [Trim21](https://github.com/trim21).