UNPKG

cnn-metrics

Version:
6 lines (4 loc) 114 B
'use strict'; module.exports = function (path) { return !/^\/(__health|__gtg|__health_check)/.test(path); };