Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function test(pattern, x) {
if (arguments.length === 1) {
return y => test(pattern, x);
}
return pattern.test(x);
}
exports.test = test;
exports.default = test; //# sourceMappingURL=__match.js.map