UNPKG

184 BTypeScriptView Raw
1import { CompilerOptions } from "typescript";
2export declare function assertSchema(group: string, name: string, type: string, settings?: any, compilerOptions?: CompilerOptions): void;