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

1.2.2 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

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

declare function blobToBuffer(blob: Blob, callback: (error: any, buffer: Buffer) => void): void;
declare namespace blobToBuffer {}
export = blobToBuffer;

Additional Details

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

Credits

These definitions were written by nrlquaker.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/blob-to-buffer

    Weekly Downloads

    680

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    3.02 kB

    Total Files

    5

    Last publish

    Collaborators

    • types