Skip to main content
Glama
hexa.js•412 B
import { buildCharacterArbitrary } from './_internals/builders/CharacterArbitraryBuilder.js'; function hexaMapper(v) { return v < 10 ? v + 48 : v + 97 - 10; } function hexaUnmapper(v) { return v < 58 ? v - 48 : v >= 97 && v < 103 ? v - 97 + 10 : -1; } export function hexa() { return buildCharacterArbitrary(0, 15, hexaMapper, hexaUnmapper); }

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/Digital-Defiance/mcp-screenshot'

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