Skip to main content
Glama
ToInt8.js•242 B
'use strict'; var ToUint8 = require('./ToUint8'); // https://262.ecma-international.org/6.0/#sec-toint8 module.exports = function ToInt8(argument) { var int8bit = ToUint8(argument); return int8bit >= 0x80 ? int8bit - 0x100 : int8bit; };

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