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

2.0.0 • Public • Published

Installation

npm install --save @types/stream-to-blob

Summary

This package contains type definitions for stream-to-blob (https://github.com/feross/stream-to-blob#readme).

Details

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

index.d.ts

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

export = streamToBlob;

declare function streamToBlob(stream: Readonly<NodeJS.ReadableStream>, mimeType?: string | null): Promise<Blob>;

Additional Details

  • Last updated: Mon, 27 Nov 2023 18:35:51 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Netanel David.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/stream-to-blob

Weekly Downloads

410

Version

2.0.0

License

MIT

Unpacked Size

3.02 kB

Total Files

5

Last publish

Collaborators

  • types