UNPKG

@digitalpersona/core

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