mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-04 03:19:06 -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;
|