@screencloud/uuid
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,9 +0,9 @@ | ||
export declare type Uuid = string; | ||
export declare type CompactUuid = string; | ||
export declare function genUuid(): Uuid; | ||
export declare type UUID = string; | ||
export declare type CompactUUID = string; | ||
export declare function genUuid(): UUID; | ||
export declare function isString(str: any): str is string; | ||
export declare function isNilUuid(str: any): str is Uuid; | ||
export declare function isUuid(str: any): str is Uuid; | ||
export declare function isCompactUuid(str: any): str is CompactUuid; | ||
export declare function compactUuid(uuid: Uuid | CompactUuid | string): CompactUuid; | ||
export declare function expandUuid(str: string | CompactUuid | Uuid): Uuid; | ||
export declare function isNilUuid(str: any): str is UUID; | ||
export declare function isUuid(str: any): str is UUID; | ||
export declare function isCompactUuid(str: any): str is CompactUUID; | ||
export declare function compactUuid(uuid: UUID | CompactUUID | string): CompactUUID; | ||
export declare function expandUuid(str: string | CompactUUID | UUID): UUID; |
@@ -42,3 +42,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |