Skip to main content
Glama
SymbolDescriptiveString.js•434 B
'use strict'; var $TypeError = require('es-errors/type'); var callBound = require('call-bound'); var $SymbolToString = callBound('Symbol.prototype.toString', true); // https://262.ecma-international.org/6.0/#sec-symboldescriptivestring module.exports = function SymbolDescriptiveString(sym) { if (typeof sym !== 'symbol') { throw new $TypeError('Assertion failed: `sym` must be a Symbol'); } return $SymbolToString(sym); };

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/guangxiangdebizi/PPT-MCP'

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