Interface XYObjectCheckOptions

interface XYObjectCheckOptions {
    minLength?: number;
}

Properties

Properties

minLength?: number

Minimum length

0