We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8aa1ec commit 76eca2bCopy full SHA for 76eca2b
src/binary.ts
@@ -321,8 +321,6 @@ const UUID_WITH_DASHES = /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A
321
* @public
322
*/
323
export class UUID extends Binary {
324
- /** @deprecated Hex string is no longer cached, this control will be removed in a future major release */
325
- static cacheHexString = false;
326
/**
327
* Create a UUID type
328
*
0 commit comments