24 lines
527 B
Markdown
24 lines
527 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [writeInput](./js-utils.writeinput.md)
|
|
|
|
## writeInput() function
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare function writeInput(stream: Writable, value: string): Promise<boolean>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| stream | Writable | |
|
|
| value | string | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<boolean>
|
|
|