annotate web/lib/parse-prometheus-text-format.d.ts @ 2405:69ca2b2fc133

overcomplicated attempt at persisting the pane layout in the rdf graph this was hard because we have to somehow wait for the graph to load before config'ing the panes
author drewp@bigasterisk.com
date Fri, 17 May 2024 16:58:26 -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 }