view web/lib/parse-prometheus-text-format.d.ts @ 2456:917bc2eaf4f4

rm a symlink correctly
author drewp@bigasterisk.com
date Tue, 20 May 2025 09:25:18 -0700
parents 4556eebe5d73
children
line wrap: on
line source

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