NoCustomNodesPreset.js 303 B

1234567891011
  1. "use strict";
  2. exports.NO_CUSTOM_NODES_PRESET = Object.freeze({
  3. compact: true,
  4. debugProtection: false,
  5. debugProtectionInterval: false,
  6. disableConsoleOutput: false,
  7. encodeUnicodeArray: false,
  8. rotateUnicodeArray: false,
  9. unicodeArray: false,
  10. wrapUnicodeArrayCalls: false
  11. });