UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

10 lines (9 loc) 229 B
import cp from "child_process"; export declare namespace TtscExecutor { const run: (props: { cwd: string; env?: NodeJS.ProcessEnv; project: string; stdio?: cp.StdioOptions; }) => Buffer; }