UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

6 lines 221 B
import child_process from 'node:child_process'; export declare function execAsync(cmd: string, options: child_process.ExecOptions): Promise<{ stderr: string; stdout: string; }>; //# sourceMappingURL=utils.d.ts.map