NoCustomNodesPreset.ts 356 B

123456789101112
  1. import { IOptions } from "../interfaces/IOptions";
  2. export const NO_CUSTOM_NODES_PRESET: IOptions = 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. });