1
0
Fork 0
js-utils/docs/api/js-utils.childspawner.md

12 lines
394 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildSpawner](./js-utils.childspawner.md)
## ChildSpawner type
<b>Signature:</b>
```typescript
export declare type ChildSpawner = (command: string, args: Array<string>, options: Partial<ChildProcessOptions>) => ChildStreams;
```