Skip to main content
Glama
compareBooleanFunc.js•511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.compareBooleanFunc = compareBooleanFunc; const CompareFunctionArbitraryBuilder_1 = require("./_internals/builders/CompareFunctionArbitraryBuilder"); const safeObjectAssign = Object.assign; function compareBooleanFunc() { return (0, CompareFunctionArbitraryBuilder_1.buildCompareFunctionArbitrary)(safeObjectAssign((hA, hB) => hA < hB, { toString() { return '(hA, hB) => hA < hB'; }, })); }

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