1.2.3 • Published 2 years ago
@types/gulp-json-validator v1.2.3
Installation
npm install --save @types/gulp-json-validator
Summary
This package contains type definitions for gulp-json-validator (https://github.com/jackyjieliu/gulp-json-validator).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-json-validator.
index.d.ts
// Type definitions for gulp-json-validator 1.2
// Project: https://github.com/jackyjieliu/gulp-json-validator
// Definitions by: Peter Safranek <https://github.com/pe8ter>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
interface GulpJsonValidatorOptions {
allowDuplicatedKeys?: boolean | undefined;
}
declare function gulpJsonValidator(option?: GulpJsonValidatorOptions): NodeJS.ReadWriteStream;
export = gulpJsonValidator;
Additional Details
- Last updated: Thu, 08 Jul 2021 14:22:29 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by Peter Safranek.