Spawn overview
Added in v0.6.0
Table of contents
utils
spawn
Executes a command like:
ts-node examples/index.ts
where command = ts-node
and executable = examples/index.ts
Signature
export declare const spawn: (command: string, executable: string) => TE.TaskEither<string, void>
Added in v0.6.0