Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / forms / deps / __match.js
Size: Mime:
"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