UNPKG

javascript-obfuscator

Version:
6 lines (3 loc) 196 B
import { TObject } from '../TObject'; import { ICLIOptions } from '../../interfaces/options/ICLIOptions'; export type TInputCLIOptions = Partial<Pick<ICLIOptions, keyof ICLIOptions>> & TObject;