Const
Barcode format validation rules.
Each entry maps a barcode name to a tuple of:
[min, max][]
RegExp
Used by Escpos.checkBarcode to validate input before sending to the printer.
Barcode format validation rules.
Each entry maps a barcode name to a tuple of:
[min, max][]RegExpthe code string must match.Used by Escpos.checkBarcode to validate input before sending to the printer.