@traversable/schema
    Preparing search index...
    interface String {
        maxLength?: number;
        minLength?: number;
        pattern?: string;
        type: "string";
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxLength?: number

    See also:

    minLength?: number

    See also:

    pattern?: string

    See also:

    type: "string"