UNPKG

125 BTypeScriptView Raw
1/**
2 * Run the script with the user-supplied arguments.
3 */
4export default function run(args: Array<string>): Promise<void>;