2 lines
112 B
TypeScript
2 lines
112 B
TypeScript
export default function config(method?: 'set' | 'get' | 'unset' | 'clear', ...args: string[]): Promise<string>;
|