@types/gulp-json-editor
TypeScript icon, indicating that this package has built-in type declarations

2.2.36 • Public • Published

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

Credits

These definitions were written by Peter Juras.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-json-editor

Weekly Downloads

7,901

Version

2.2.36

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types