@powfix/core-js 0.21.2 → 0.21.3
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.
|
@@ -114,7 +114,7 @@ export declare class UUID {
|
|
|
114
114
|
*/
|
|
115
115
|
static compare(uuid1: UuidInput, uuid2: UuidInput): number;
|
|
116
116
|
/** Raw byte representation of the UUID. */
|
|
117
|
-
|
|
117
|
+
readonly bytes: Uint8Array;
|
|
118
118
|
private _str?;
|
|
119
119
|
private _hex?;
|
|
120
120
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class UUID {
|
|
|
114
114
|
*/
|
|
115
115
|
static compare(uuid1: UuidInput, uuid2: UuidInput): number;
|
|
116
116
|
/** Raw byte representation of the UUID. */
|
|
117
|
-
|
|
117
|
+
readonly bytes: Uint8Array;
|
|
118
118
|
private _str?;
|
|
119
119
|
private _hex?;
|
|
120
120
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class UUID {
|
|
|
114
114
|
*/
|
|
115
115
|
static compare(uuid1: UuidInput, uuid2: UuidInput): number;
|
|
116
116
|
/** Raw byte representation of the UUID. */
|
|
117
|
-
|
|
117
|
+
readonly bytes: Uint8Array;
|
|
118
118
|
private _str?;
|
|
119
119
|
private _hex?;
|
|
120
120
|
/**
|