mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-22 02:06:47 +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;
|
|
}
|