UNPKG

@dash0hq/codemirror-promql

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