3 lines
No EOL
75 B
TypeScript
3 lines
No EOL
75 B
TypeScript
declare module 'pkg' {
|
|
export async function exec(config: string[]);
|
|
}
|