Interface XCheckOptions

interface XCheckOptions {
    minLength?: number;
}

Properties

Properties

minLength?: number

Minimum length

1