UNPKG

docschema

Version:

Schema declaration and validation library using JsDoc comments

2 lines (1 loc) 227 B
export function check(types: ParsedType[], value: any, key: PropertyKey, ast: Ast, filters: TupleFilters, validator: import("../DocSchemaValidator.js").DocSchemaValidator, throwOnError: boolean, forceStrict: boolean): boolean;