<!-- 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";
};
```
