annotate web/lib/parse-prometheus-text-format.d.ts @ 2450:a4052905ca7d default tip

notes about how rdfdb syncs, or should sync
author drewp@bigasterisk.com
date Mon, 03 Jun 2024 23:01:54 -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 }