view web/lib/parse-prometheus-text-format.d.ts @ 2411:66a4db80ce6e

keep 44fc
author drewp@bigasterisk.com
date Sat, 18 May 2024 23:22:00 -0700
parents 4556eebe5d73
children
line wrap: on
line source

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