mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-01 07:44:21 +08:00
10 lines
261 B
JavaScript
10 lines
261 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
var _default = exports.default = {
|
|
randomUUID
|
|
}; |