UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

6 lines (5 loc) 120 B
export declare function execFactory(params: { isDryRun: boolean; }): { exec: (cmd: string) => Promise<void>; };