Files @ 1082f0725c32
Branch filter:

Location: light9/web/lib/parse-prometheus-text-format.d.ts - annotation

drewp@bigasterisk.com
fix PlayerState semantics
1
2
3
4
declare module "parse-prometheus-text-format" {
  function parsePrometheusTextFormat(s: string): any;
  export default parsePrometheusTextFormat;
}