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