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