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

24 lines
527 B
Markdown
Raw Normal View History

2020-03-29 14:10:40 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [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 | Writable | |
| value | string | |
2020-03-29 14:10:40 +00:00
<b>Returns:</b>
Promise&lt;boolean&gt;
2020-03-29 14:10:40 +00:00