NoCustomNodesPreset.ts 331 B

1234567891011
  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. wrapUnicodeArrayCalls: false
  10. });