wechat-devtool
Version:
Wechat Miniprogram Devtool CLI for NodeJS
9 lines • 537 B
TypeScript
/// <reference types="node" />
import fs = require('fs');
import child_process = require('child_process');
export declare const exec: typeof child_process.exec.__promisify__;
export declare const execFile: typeof child_process.execFile.__promisify__;
export declare const spawn: (arg1: string, arg2: readonly string[], arg3: child_process.SpawnOptions) => Promise<unknown>;
export declare const exists: typeof fs.exists.__promisify__;
export declare const readFile: typeof fs.readFile.__promisify__;
//# sourceMappingURL=promise.d.ts.map