UNPKG

@buurman/sdk

Version:

The buurman SDK

6 lines 193 B
export interface ShellApi { exec(command: string, args?: string[]): Promise<string>; } declare const shell: () => ShellApi; export default shell; //# sourceMappingURL=ShellApi.d.ts.map