multi-downloader-nx/@types/pkg.d.ts
2022-02-20 19:56:45 +01:00

3 lines
No EOL
75 B
TypeScript

declare module 'pkg' {
export async function exec(config: string[]);
}