UNPKG

@dash0hq/codemirror-promql

Version:
3 lines (2 loc) 211 B
export { PrometheusClient, PrometheusConfig, CacheConfig, CachedPrometheusClient, HTTPPrometheusClient } from './prometheus'; export type FetchFn = (input: RequestInfo, init?: RequestInit) => Promise<Response>;