[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ChildSpawner](./js-utils.childspawner.md)
## ChildSpawner type
Signature:
```typescript
export declare type ChildSpawner = (command: string, args: Array, options: Partial) => ChildStreams;
```