Skip to main content
Glama
index.js•497 B
'use strict'; var $TypeError = require('es-errors/type'); var callBound = require('call-bound'); var $dataViewByteOffset = callBound('DataView.prototype.byteOffset', true); var isDataView = require('is-data-view'); // node <= 0.10, < 0.11.4 has a nonconfigurable own property instead of a prototype getter /** @type {import('.')} */ module.exports = $dataViewByteOffset || function byteOffset(x) { if (!isDataView(x)) { throw new $TypeError('not a DataView'); } return x.byteOffset; };

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