UNPKG

openapi-graph-core

Version:

A TS library to manage large API projects defined by OpenAPIv3 specification.

7 lines (6 loc) 379 B
import { OpenAPIGraphLibConfigInterface } from 'openapi-graph-types'; export * from './fetcher'; export * from './logger'; export declare const defaultOpenAPIGraphLibConfig: OpenAPIGraphLibConfigInterface; export declare let openAPIGraphLibConfig: OpenAPIGraphLibConfigInterface; export declare function setOpenAPIGraphLibConfig(newValues: OpenAPIGraphLibConfigInterface): void;