source:
imaps-frontend/node_modules/uuid/dist/cjs/native.js
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 168 bytes |
Rev | Line | |
---|---|---|
[79a0317] | 1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); | |
3 | const crypto_1 = require("crypto"); | |
4 | exports.default = { randomUUID: crypto_1.randomUUID }; |
Note:
See TracBrowser
for help on using the repository browser.