Skip to main content
Glama
count-helper.d.ts•854 B
import { ICounter } from '../interfaces/icounter'; import { RootPresTemplate } from '../interfaces/root-pres-template'; export declare class CountHelper implements ICounter { template: RootPresTemplate; name: string; count: number; constructor(name: string, template: RootPresTemplate); static increment(name: string, counters: ICounter[]): number | null; static count(name: string, counters: ICounter[]): number; static reset(counters: ICounter[]): void; static getCounterByName(name: string, counters: ICounter[]): ICounter; _increment(): number; set(): Promise<void>; get(): number; private calculateCount; private static countSlides; private static countMasters; private static countLayouts; private static countThemes; private static countCharts; private static countImages; }

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