UNPKG

853 BMarkdownView Raw
1# Installation
2> `npm install --save @types/vinyl-source-stream`
3
4# Summary
5This package contains type definitions for vinyl-source-stream (https://github.com/hughsk/vinyl-source-stream).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vinyl-source-stream.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vinyl-source-stream/index.d.ts)
10````ts
11/// <reference types="node"/>
12
13declare function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
14declare namespace vinylSourceStream {}
15export = vinylSourceStream;
16
17````
18
19### Additional Details
20 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
21 * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
22
23# Credits
24These definitions were written by [Asana](https://asana.com).
25
\No newline at end of file