API/api.medcify.app/node_modules/snyk/dist/cli/commands/config.d.ts
2022-09-26 11:41:44 +05:30

2 lines
112 B
TypeScript

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