javascript-obfuscator
Version:
JavaScript obfuscator
11 lines (10 loc) • 326 B
TypeScript
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;
}