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

0.1.33 • Public • Published

Installation

npm install --save @types/blob-stream

Summary

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

Details

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

index.d.ts

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

declare function BlobStream(): BlobStream.IBlobStream;

declare namespace BlobStream {
    interface IBlobStream extends NodeJS.WritableStream {
        toBlob(type?: string): Blob;
        toBlobURL(type?: string): string;
    }
}

export = BlobStream;

Additional Details

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

Credits

These definitions were written by Eric Hillah.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/blob-stream

Weekly Downloads

14,432

Version

0.1.33

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types