// Type definitions for gulp-json-editor v2.2.1 // Project: https://www.npmjs.com/package/gulp-json-editor // Definitions by: Peter Juras // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// declare module "gulp-json-editor" { interface JEditor { (mergeWith: any | ((json : any) => any ), jsBeautifyOptions? : JsBeautifyOptions ) : NodeJS.ReadWriteStream; } const jeditor : JEditor; export = jeditor; }