Skip to main content
Glama
bindReporter.d.ts1.15 kB
import { MetricType, MetricRatingThresholds } from '../types.js'; export declare const bindReporter: <MetricName extends "CLS" | "FCP" | "FID" | "INP" | "LCP" | "TTFB">(callback: (metric: Extract<import("../types.js").CLSMetric, { name: MetricName; }> | Extract<import("../types.js").FCPMetric, { name: MetricName; }> | Extract<import("../types.js").FIDMetric, { name: MetricName; }> | Extract<import("../types.js").INPMetric, { name: MetricName; }> | Extract<import("../types.js").LCPMetric, { name: MetricName; }> | Extract<import("../types.js").TTFBMetric, { name: MetricName; }>) => void, metric: Extract<import("../types.js").CLSMetric, { name: MetricName; }> | Extract<import("../types.js").FCPMetric, { name: MetricName; }> | Extract<import("../types.js").FIDMetric, { name: MetricName; }> | Extract<import("../types.js").INPMetric, { name: MetricName; }> | Extract<import("../types.js").LCPMetric, { name: MetricName; }> | Extract<import("../types.js").TTFBMetric, { name: MetricName; }>, thresholds: MetricRatingThresholds, reportAllChanges?: boolean) => (forceReport?: boolean) => void;

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/sadiuysal/mem0-mcp-server-ts'

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