2020-03-29 14:10:40 +00:00
|
|
|
<!-- 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
|
|
|
|
|
2021-08-08 00:34:19 +00:00
|
|
|
> Warning: This API is now obsolete.
|
|
|
|
>
|
2022-10-08 19:52:35 +00:00
|
|
|
> call `writeInput` directly instead
|
2021-08-08 00:34:19 +00:00
|
|
|
>
|
|
|
|
|
2020-03-29 14:10:40 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare function writeValue(stream: Writable, value: string): Promise<boolean>;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-06-29 23:23:16 +00:00
|
|
|
| stream | Writable | |
|
|
|
|
| value | string | |
|
2020-03-29 14:10:40 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2020-06-29 23:23:16 +00:00
|
|
|
Promise<boolean>
|
2020-03-29 14:10:40 +00:00
|
|
|
|