UNPKG

@digitalpersona/core

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