Files @ 7888cfff657b
Branch filter:

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

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