mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-13 00:10:05 +00:00
3 lines
83 B
TypeScript
3 lines
83 B
TypeScript
|
declare module 'windosu' {
|
||
|
export function exec(command: string): Promise<void>;
|
||
|
}
|