← back to Wholivedthere

mcp-la-records/node_modules/@hono/node-server/dist/globals.mjs

6 lines

// src/globals.ts
import crypto from "crypto";
if (typeof global.crypto === "undefined") {
  global.crypto = crypto;
}