UNPKG

javascript-obfuscator

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