UNPKG

@microsoft.azure/openapi-validator-core

Version:
8 lines (7 loc) 212 B
import { IRuleSet } from "./types"; export interface IRuleLoader { getRuleSet: (rulesetPath?: string) => IRuleSet | Promise<IRuleSet>; } export declare class BuiltInRuleLoader { getRuleSet(): IRuleSet; }