1 2 3 4
4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73
declare module "parse-prometheus-text-format" { function parsePrometheusTextFormat(s: string): any; export default parsePrometheusTextFormat; }