annotate web/lib/parse-prometheus-text-format.d.ts @ 2446:e7e03c203c99

resize cursor canvas for 400px tall spectros. fix canvas resolution code
author drewp@bigasterisk.com
date Sat, 01 Jun 2024 13:32:58 -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 }