1 | # Installation
|
2 | > `npm install --save @types/vinyl-source-stream`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for vinyl-source-stream (https://github.com/hughsk/vinyl-source-stream).
|
6 |
|
7 | # Details
|
8 | Files 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 |
|
13 | declare function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
|
14 | declare namespace vinylSourceStream {}
|
15 | export = 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
|
24 | These definitions were written by [Asana](https://asana.com).
|
25 |
|
\ | No newline at end of file |