mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 11:38:14 +08:00
5 lines
216 B
JavaScript
5 lines
216 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||
|
exports.default = { randomUUID };
|