UNPKG

@microsoft/dev-tunnels-ssh

Version:
13 lines 342 B
"use strict"; // // Copyright (c) Microsoft Corporation. All rights reserved. // Object.defineProperty(exports, "__esModule", { value: true }); exports.WebRandom = void 0; class WebRandom { getBytes(buffer) { crypto.getRandomValues(buffer); } } exports.WebRandom = WebRandom; //# sourceMappingURL=webRandom.js.map