UNPKG

ng2-logger

Version:

isomorphic logger for browser/server in typescript

8 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function contain(arr, item) { return arr.filter(l => l === item || ((item.match && typeof item.match === 'function') ? item.match(l) : false)).length > 0; } exports.contain = contain; ; //# sourceMappingURL=include.js.map