view web/lib/parse-prometheus-text-format.d.ts @ 2432:b8a408caf115

start blender sync
author drewp@bigasterisk.com
date Tue, 28 May 2024 15:35:12 -0700
parents 4556eebe5d73
children
line wrap: on
line source

declare module "parse-prometheus-text-format" {
  function parsePrometheusTextFormat(s: string): any;
  export default parsePrometheusTextFormat;
}