• File: QRMode.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 149 bytes
  • MIME-type: text/plain
  • Charset: utf-8
module.exports = {
    MODE_NUMBER :       1 << 0,
    MODE_ALPHA_NUM :    1 << 1,
    MODE_8BIT_BYTE :    1 << 2,
    MODE_KANJI :        1 << 3
};