config.d.ts 112 B

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