multi-downloader-nx/@types/pkg.d.ts
2021-10-28 16:57:25 +02:00

3 lines
No EOL
73 B
TypeScript

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