view web/lib/parse-prometheus-text-format.d.ts @ 2380:0d88befa5132

cull hgignore ; try to eliminate __pycache__ in the source tree but gave up
author drewp@bigasterisk.com
date Sun, 12 May 2024 19:50:19 -0700
parents 4556eebe5d73
children
line wrap: on
line source

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