@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface MatchCompiledSchema<TPattern>

    interface MatchCompiledSchema<TPattern extends MatchPattern> {
        pattern: TPattern;
        parse(input: unknown): InferMatchPattern<TPattern>;
        test(input: unknown): input is InferMatchPattern<TPattern>;
        toJSONSchema(options?: MatchToJsonSchemaOptions): MatchJsonSchema;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    pattern: TPattern

    Methods