IOptions.d.ts 230 B

12345678
  1. export interface IOptions {
  2. compact?: boolean;
  3. debugProtection?: boolean;
  4. debugProtectionInterval?: boolean;
  5. disableConsoleOutput?: boolean;
  6. rotateUnicodeArray?: boolean;
  7. wrapUnicodeArrayCalls?: boolean;
  8. }