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