InputModes.js 82 B

1234
  1. module.exports = {
  2. INPUT_FROM_CONSOLE: 0,
  3. INPUT_FROM_RUNTIME_STACK: 1,
  4. };