API/api.medcify.app/node_modules/snyk/dist/cli/commands/config.d.ts

2 lines
112 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
export default function config(method?: 'set' | 'get' | 'unset' | 'clear', ...args: string[]): Promise<string>;