balena-cli/typings/president.d.ts

7 lines
122 B
TypeScript
Raw Normal View History

declare module 'president' {
export function execute(
command: string[],
callback: (err: Error) => void,
): void;
}