@types/vinyl-buffer
Version:
TypeScript definitions for vinyl-buffer
29 lines (20 loc) • 812 B
Markdown
# Installation
> `npm install --save @types/vinyl-buffer`
# Summary
This package contains type definitions for vinyl-buffer (https://github.com/hughsk/vinyl-buffer).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vinyl-buffer.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vinyl-buffer/index.d.ts)
````ts
/// <reference types="node" />
declare namespace buffer {
type Buffer = () => NodeJS.ReadWriteStream;
}
declare var buffer: buffer.Buffer;
export = buffer;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Qubo](https://github.com/tkQubo).