balena-cli/typings/windosu/index.d.ts

3 lines
83 B
TypeScript
Raw Normal View History

2024-12-19 18:31:07 +00:00
declare module 'windosu' {
export function exec(command: string): Promise<void>;
}