json-joy
    Preparing search index...

    Interface OperationTestStringLen

    Fails if string is shorter than len characters.

    interface OperationTestStringLen {
        len: number;
        not?: boolean;
        op: "test_string_len";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    len: number
    not?: boolean
    op: "test_string_len"
    path: string | Path