mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 09:24:19 -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;
|