interface IMEIOptions {
    allowHyphens?: boolean;
}

Hierarchy

Properties

Properties

allowHyphens?: boolean

If true then IMEI with hyphens is considered valid.

false