23 lines
555 B
Markdown
23 lines
555 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [waitForChild](./js-utils.waitforchild.md)
|
||
|
|
||
|
## waitForChild() function
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare function waitForChild(child: ChildProcessWithoutNullStreams): Promise<ChildResult>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| child | <code>ChildProcessWithoutNullStreams</code> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`Promise<ChildResult>`
|
||
|
|