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

0.0.34 • Public • Published

Installation

npm install --save @types/vinyl-source-stream

Summary

This package contains type definitions for vinyl-source-stream (https://github.com/hughsk/vinyl-source-stream).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vinyl-source-stream.

index.d.ts

/// <reference types="node"/>

declare function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
declare namespace vinylSourceStream {}
export = vinylSourceStream;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Asana.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/vinyl-source-stream

    Weekly Downloads

    3,829

    Version

    0.0.34

    License

    MIT

    Unpacked Size

    2.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • types