Mercurial > code > home > repos > light9
view web/lib/parse-prometheus-text-format.d.ts @ 2391:f3b8dfcf8463
reorder
author | drewp@bigasterisk.com |
---|---|
date | Tue, 14 May 2024 14:38:49 -0700 |
parents | 4556eebe5d73 |
children |
line wrap: on
line source
declare module "parse-prometheus-text-format" { function parsePrometheusTextFormat(s: string): any; export default parsePrometheusTextFormat; }