// Type definitions for through2 v 0.4.2 // Project: https://github.com/rvagg/through2 // Definitions by: Bart van der Schoor , jedmao // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module 'falafel' { function falafel(arg1:any,arg2:any,arg3:any):any; module falafel { } export = falafel; }