Edit File: config.d.ts
export default function config(method?: 'set' | 'get' | 'unset' | 'clear', ...args: string[]): Promise<string>;
Back to File Manager