UNPKG

302 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function contain(arr, item) {
4 return arr.filter(l => l === item || ((item.match && typeof item.match === 'function') ? item.match(l) : false)).length > 0;
5}
6exports.contain = contain;
7;
8//# sourceMappingURL=include.js.map
\No newline at end of file