// Type definitions for readdir-stream v0.1.0 // Project: https://github.com/logicalparadox/readdir-stream // Definitions by: Bart van der Schoor // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module 'readdir-stream' { function readdir(dir: string): NodeJS.ReadableStream; export = readdir; }