UNPKG

openapi-graph-core

Version:

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

3 lines (2 loc) 137 B
import { LogLevel } from 'openapi-graph-types'; export declare function log(msg: string, level?: LogLevel, ignoreConfig?: boolean): any;