While working on https://github.com/jochen-schweizer/express-prom-bundle/issues/90, I noticed that the excludeRoutes option is in the javascript code, but not in the TS types (so it can error when you try to use it in TS w/o doing some trickery -- depending on your TS settings).
While working on https://github.com/jochen-schweizer/express-prom-bundle/issues/90, I noticed that the
excludeRoutes
option is in the javascript code, but not in the TS types (so it can error when you try to use it in TS w/o doing some trickery -- depending on your TS settings).