UNPKG

fake-iamport-server

Version:
5 lines (4 loc) 143 B
import { Pair } from "tstl"; export declare namespace Terminal { function execute(...commands: string[]): Promise<Pair<string, string>>; }