balena-cli/typings/president.d.ts
Tim Perry ffffd447f2 Convert most of utils to TypeScript
Change-Type: patch
2018-01-09 17:14:48 +01:00

4 lines
114 B
TypeScript

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