view web/lib/parse-prometheus-text-format.d.ts @ 2423:4a5b37acd1f0

private attrs
author drewp@bigasterisk.com
date Thu, 23 May 2024 11:25:58 -0700
parents 4556eebe5d73
children
line wrap: on
line source

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