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

    Interface CheckSchemaLike<TParsed>

    interface CheckSchemaLike<TParsed = unknown> {
        parse(input: unknown): TParsed;
        toJSONSchema?(options?: MatchToJsonSchemaOptions): MatchJsonSchema;
    }

    Type Parameters

    • TParsed = unknown

    Hierarchy (View Summary)

    Index

    Methods