mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 03:09:39 -06:00
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
import { SpawnSyncOptions } from "child_process";
|
|
|
|
export function runSequence(tasks: [string, string[]][], opts?: SpawnSyncOptions): string;
|