Skip to main content
Glama
falsy.js•329 B
import { BigInt } from '../utils/globals.js'; import { constantFrom } from './constantFrom.js'; export function falsy(constraints) { if (!constraints || !constraints.withBigInt) { return constantFrom(false, null, undefined, 0, '', NaN); } return constantFrom(false, null, undefined, 0, '', NaN, BigInt(0)); }

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