Skip to main content
Glama
hexa.js•538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hexa = hexa; const CharacterArbitraryBuilder_1 = require("./_internals/builders/CharacterArbitraryBuilder"); 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; } function hexa() { return (0, CharacterArbitraryBuilder_1.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