1
0
Fork 0
js-utils/docs/api/js-utils.allowedbufferencod...

13 lines
356 B
Markdown
Raw Normal View History

2021-08-01 14:47:48 +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; [AllowedBufferEncoding](./js-utils.allowedbufferencoding.md)
## AllowedBufferEncoding type
2022-10-08 19:52:35 +00:00
2021-08-01 14:47:48 +00:00
<b>Signature:</b>
```typescript
export declare type AllowedBufferEncoding = 'ascii' | 'utf-8';
```