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

1.0.3 • Public • Published

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

/// <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

Credits

These definitions were written by Qubo.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/vinyl-buffer

Weekly Downloads

2,530

Version

1.0.3

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types