Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

const.js 340B

123456789101112131415161718192021
  1. //
  2. // Constants
  3. //
  4. 'use strict';
  5. module.exports.EOL = '\n';
  6. module.exports.SUPPRESS = '==SUPPRESS==';
  7. module.exports.OPTIONAL = '?';
  8. module.exports.ZERO_OR_MORE = '*';
  9. module.exports.ONE_OR_MORE = '+';
  10. module.exports.PARSER = 'A...';
  11. module.exports.REMAINDER = '...';
  12. module.exports._UNRECOGNIZED_ARGS_ATTR = '_unrecognized_args';