view web/lib/parse-prometheus-text-format.d.ts @ 2415:aca4a29d06fc

ingress
author drewp@bigasterisk.com
date Mon, 20 May 2024 01:26:44 -0700
parents 4556eebe5d73
children
line wrap: on
line source

declare module "parse-prometheus-text-format" {
  function parsePrometheusTextFormat(s: string): any;
  export default parsePrometheusTextFormat;
}