view web/lib/parse-prometheus-text-format.d.ts @ 2430:1082f0725c32

fix PlayerState semantics
author drewp@bigasterisk.com
date Tue, 28 May 2024 15:34:03 -0700
parents 4556eebe5d73
children
line wrap: on
line source

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