balena-cli/typings/president.d.ts

4 lines
114 B
TypeScript
Raw Normal View History

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