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