Skip to main content
Glama
cryptoNode.js482 B
/** * Internal webcrypto alias. * We prefer WebCrypto aka globalThis.crypto, which exists in node.js 16+. * Falls back to Node.js built-in crypto for Node.js <=v14. * See utils.ts for details. * @module */ // @ts-ignore import * as nc from 'node:crypto'; export const crypto = nc && typeof nc === 'object' && 'webcrypto' in nc ? nc.webcrypto : nc && typeof nc === 'object' && 'randomBytes' in nc ? nc : undefined; //# sourceMappingURL=cryptoNode.js.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server