annotate web/lib/parse-prometheus-text-format.d.ts @ 2415:aca4a29d06fc

ingress
author drewp@bigasterisk.com
date Mon, 20 May 2024 01:26:44 -0700
parents 4556eebe5d73
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2375
623836db99af fix ts warning
drewp@bigasterisk.com
parents:
diff changeset
1 declare module "parse-prometheus-text-format" {
623836db99af fix ts warning
drewp@bigasterisk.com
parents:
diff changeset
2 function parsePrometheusTextFormat(s: string): any;
623836db99af fix ts warning
drewp@bigasterisk.com
parents:
diff changeset
3 export default parsePrometheusTextFormat;
623836db99af fix ts warning
drewp@bigasterisk.com
parents:
diff changeset
4 }