mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-22 10:11:01 +00:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
|
declare module 'president' {
|
||
|
export function execute(command: string[], callback: (err: Error) => void): void;
|
||
|
}
|