UNPKG

javascript-obfuscator

Version:
11 lines (10 loc) 326 B
import { IOptions } from './IOptions'; export interface ICLIOptions extends IOptions { readonly config: string; readonly exclude: string[]; readonly identifierNamesCachePath: string; readonly output: string; readonly proApiToken: string; readonly proApiVersion: string; readonly version: string; }