balena-cli/typings/windosu/index.d.ts
Otavio Jacobi c4e956712d Move to ESM
Change-type: major
2024-12-19 15:31:07 -03:00

3 lines
83 B
TypeScript

declare module 'windosu' {
export function exec(command: string): Promise<void>;
}