shop-applet/components/tki-barcode/barcodes/ITF/constants.js

9 lines
290 B
JavaScript
Raw Normal View History

2023-12-17 13:29:54 +08:00
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var START_BIN = exports.START_BIN = '1010';
var END_BIN = exports.END_BIN = '11101';
var BINARIES = exports.BINARIES = ['00110', '10001', '01001', '11000', '00101', '10100', '01100', '00011', '10010', '01010'];