@types/blob-to-buffer
Version:
TypeScript definitions for blob-to-buffer
25 lines (18 loc) • 853 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blob-to-buffer/index.d.ts)
````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](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [nrlquaker](https://github.com/nrlquaker).