UNPKG

@redocly/cli

Version:

[@Redocly](https://redocly.com) CLI is your all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make API g

22 lines (21 loc) 533 B
export declare const ConfigFixture: { configFile: null; styleguide: { addIgnore: jest.Mock<any, any>; skipRules: jest.Mock<any, any>; skipPreprocessors: jest.Mock<any, any>; saveIgnore: jest.Mock<any, any>; skipDecorators: jest.Mock<any, any>; ignore: null; decorators: { oas2: {}; oas3_0: {}; oas3_1: {}; }; preprocessors: { oas2: {}; oas3_0: {}; oas3_1: {}; }; }; };