view web/lib/parse-prometheus-text-format.d.ts @ 2396:8e0ae92d918d

metrics link on home
author drewp@bigasterisk.com
date Thu, 16 May 2024 16:12:28 -0700
parents 4556eebe5d73
children
line wrap: on
line source

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