* Is the specified object UUID? * @param obj Object to check * @returns {!boolean}
(obj)
| 48 | * @returns {!boolean} |
| 49 | */ |
| 50 | static isUUID (obj) { |
| 51 | return (obj && obj.__isUUID__) === true |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Returns UUID from its bytes representation |