Skip to content
Merged
1 change: 1 addition & 0 deletions src/binary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ const UUID_WITH_DASHES = /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A
* @public
*/
export class UUID extends Binary {
/** @deprecated Hex string is no longer cached, this control will be removed in a future major release */
static cacheHexString = false;
/**
* Create a UUID type
Expand Down