Installation
npm install --save @types/gulp-json-editor
Summary
This package contains type definitions for gulp-json-editor (https://www.npmjs.com/package/gulp-json-editor).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-json-editor.
index.d.ts
/// <reference types="node" />
/// <reference types="js-beautify" />
interface JEditor {
(mergeWith: any | ((json: any) => any), jsBeautifyOptions?: js_beautify.JSBeautifyOptions): NodeJS.ReadWriteStream;
}
declare const jeditor: JEditor;
export = jeditor;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/js-beautify, @types/node
Credits
These definitions were written by Peter Juras.