Files @ 3cd80b266561
Branch filter:

Location: light9/web/lib/parse-prometheus-text-format.d.ts

drewp@bigasterisk.com
refactor midiFade a lot; try to catch all midi events even better,
even if rdfdb runs slow
1
2
3
4
declare module "parse-prometheus-text-format" {
  function parsePrometheusTextFormat(s: string): any;
  export default parsePrometheusTextFormat;
}