UNPKG

javascript-obfuscator

Version:
9 lines (7 loc) 210 B
import { IOptions } from './IOptions'; export interface ICLIOptions extends IOptions { readonly config: string; readonly exclude: string[]; readonly output: string; readonly version: string; }