Files
copilot-toolbox-template-123/node_modules/@lukeed/csprng/browser/index.min.js
2026-01-09 14:52:46 +00:00

1 line
258 B
JavaScript

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(e["@lukeed/csprng"]={})}(this,(function(e){e.random=function(e){return crypto.getRandomValues(new Uint8Array(e))}}));