UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

8 lines (6 loc) 194 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./promster-metrics.cjs.prod.js"); } else { module.exports = require("./promster-metrics.cjs.dev.js"); }