UNPKG

198 BJavaScriptView Raw
1(function() {
2 var consts;
3
4 consts = {
5 FILTER_INCLUDED: 0,
6 FILTER_EXCLUDED: 1,
7 FILTER_STOPPED: -1
8 };
9
10 module.exports = consts;
11
12}).call(this);
13
14//# sourceMappingURL=consts.js.map