diff light9/web/lib/parse-prometheus-text-format.d.ts @ 2375:623836db99af

fix ts warning
author drewp@bigasterisk.com
date Thu, 08 Jun 2023 15:05:59 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/light9/web/lib/parse-prometheus-text-format.d.ts	Thu Jun 08 15:05:59 2023 -0700
@@ -0,0 +1,4 @@
+declare module "parse-prometheus-text-format" {
+  function parsePrometheusTextFormat(s: string): any;
+  export default parsePrometheusTextFormat;
+}