UNPKG

polymer-build

Version:
12 lines (10 loc) 302 B
declare module 'vinyl-fs-fake' { import * as vinyl from 'vinyl-fs'; import * as stream from 'stream'; export interface File { path: string; contents: string; } export interface Options { cwdbase: boolean; } export function src(files: File[], options?: Options): stream.Readable; }