mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-06 00:54:49 +08:00
Add extracted source directory and README navigation
This commit is contained in:
6
extracted-source/node_modules/@smithy/uuid/dist-cjs/randomUUID.js
generated
vendored
Normal file
6
extracted-source/node_modules/@smithy/uuid/dist-cjs/randomUUID.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.randomUUID = void 0;
|
||||
const tslib_1 = require("tslib");
|
||||
const crypto_1 = tslib_1.__importDefault(require("crypto"));
|
||||
exports.randomUUID = crypto_1.default.randomUUID.bind(crypto_1.default);
|
||||
Reference in New Issue
Block a user