Skip to main content
Glama
GraphemerIterator.d.tsโ€ข610 B
/** * GraphemerIterator * * Takes a string and a "BreakHandler" method during initialisation * and creates an iterable object that returns individual graphemes. * * @param str {string} * @return GraphemerIterator */ declare class GraphemerIterator implements Iterator<string> { private _index; private _str; private _nextBreak; constructor(str: string, nextBreak: (str: string, index: number) => number); [Symbol.iterator](): this; next(): { value: string; done: boolean; }; } export default GraphemerIterator; //# sourceMappingURL=GraphemerIterator.d.ts.map

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/consigcody94/office-whisperer'

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