AppendState.ts 72 B

1234
  1. export enum AppendState {
  2. AfterObfuscation,
  3. BeforeObfuscation
  4. }