Skip to main content
Glama
symbols.js•618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cloneMethod = void 0; exports.hasCloneMethod = hasCloneMethod; exports.cloneIfNeeded = cloneIfNeeded; exports.cloneMethod = Symbol.for('fast-check/cloneMethod'); function hasCloneMethod(instance) { return (instance !== null && (typeof instance === 'object' || typeof instance === 'function') && exports.cloneMethod in instance && typeof instance[exports.cloneMethod] === 'function'); } function cloneIfNeeded(instance) { return hasCloneMethod(instance) ? instance[exports.cloneMethod]() : instance; }

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