UNPKG

javascript-obfuscator

Version:
4 lines (3 loc) 191 B
import { TDictionary } from '../TDictionary'; import { IOptions } from '../../interfaces/options/IOptions'; export type TInputOptions = Partial<Pick<IOptions, keyof IOptions>> & TDictionary;