UNPKG

@xylabs/hex

Version:

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

8 lines 256 B
export type Hex = Exclude<Lowercase<string>, 'reserved-hex-value'>; /** Configuration of validation and output format */ export interface HexConfig { bitLength?: number; byteSize?: number; prefix?: boolean; } //# sourceMappingURL=model.d.ts.map