@powfix/core-js 0.18.2 → 0.18.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.
|
@@ -10,7 +10,7 @@ export declare class UUID {
|
|
|
10
10
|
static nil(): UUID;
|
|
11
11
|
static equals(...uuids: UUID[]): boolean;
|
|
12
12
|
static compare(uuid1: UUID, uuid2: UUID): number;
|
|
13
|
-
|
|
13
|
+
protected readonly bytes: Uint8Array;
|
|
14
14
|
private _str?;
|
|
15
15
|
private _hex?;
|
|
16
16
|
constructor(input: string | ArrayBufferView);
|
|
@@ -10,7 +10,7 @@ export declare class UUID {
|
|
|
10
10
|
static nil(): UUID;
|
|
11
11
|
static equals(...uuids: UUID[]): boolean;
|
|
12
12
|
static compare(uuid1: UUID, uuid2: UUID): number;
|
|
13
|
-
|
|
13
|
+
protected readonly bytes: Uint8Array;
|
|
14
14
|
private _str?;
|
|
15
15
|
private _hex?;
|
|
16
16
|
constructor(input: string | ArrayBufferView);
|