@digitalpersona/core
Version:
DigitalPersona Web Access Core library
16 lines (10 loc) • 369 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Utf8String](./core.utf8string.md)
## Utf8String type
Branded alias type for UTF8-encoded strings.
<b>Signature:</b>
```typescript
export declare type Utf8String = string & {
encoding?: "utf8";
};
```