UNPKG

javascript-obfuscator

Version:
7 lines (6 loc) 283 B
import { TDictionary } from '../../types/TDictionary'; export declare class CLIUtils { static readonly allowedConfigFileExtensions: string[]; static getUserConfig(configPath: string): TDictionary; static stringifyOptionAvailableValues(optionEnum: TDictionary): string; }