supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
228 Bytes
import type { CodeKeywordDefinition, ErrorObject } from "ajv";
export declare type PatternRequiredError = ErrorObject<"patternRequired", {
missingPattern: string;
}>;
export default function getDef(): CodeKeywordDefinition;