Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/ui/notification-manager/src/helpers/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/ui/notification-manager/src/helpers/uuid.js |
export default class Uuid { static getV4(): string { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } }