@powfix/core-js 0.21.4 → 0.21.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,8 +115,8 @@ export declare class UUID {
|
|
|
115
115
|
static compare(uuid1: UuidInput, uuid2: UuidInput): number;
|
|
116
116
|
/** Raw byte representation of the UUID. */
|
|
117
117
|
readonly bytes: Uint8Array;
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
protected _str?: string;
|
|
119
|
+
protected _hex?: string;
|
|
120
120
|
/**
|
|
121
121
|
* Constructs a new {@link UUID} instance from any supported input type.
|
|
122
122
|
* @param input - The value to parse (string or ArrayBufferView).
|
|
@@ -115,8 +115,8 @@ export declare class UUID {
|
|
|
115
115
|
static compare(uuid1: UuidInput, uuid2: UuidInput): number;
|
|
116
116
|
/** Raw byte representation of the UUID. */
|
|
117
117
|
readonly bytes: Uint8Array;
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
protected _str?: string;
|
|
119
|
+
protected _hex?: string;
|
|
120
120
|
/**
|
|
121
121
|
* Constructs a new {@link UUID} instance from any supported input type.
|
|
122
122
|
* @param input - The value to parse (string or ArrayBufferView).
|
|
@@ -115,8 +115,8 @@ export declare class UUID {
|
|
|
115
115
|
static compare(uuid1: UuidInput, uuid2: UuidInput): number;
|
|
116
116
|
/** Raw byte representation of the UUID. */
|
|
117
117
|
readonly bytes: Uint8Array;
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
protected _str?: string;
|
|
119
|
+
protected _hex?: string;
|
|
120
120
|
/**
|
|
121
121
|
* Constructs a new {@link UUID} instance from any supported input type.
|
|
122
122
|
* @param input - The value to parse (string or ArrayBufferView).
|