chimpanzee
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -204,7 +204,15 @@ "use strict"; | ||
}); | ||
var _schema = require("./schema"); | ||
Object.defineProperty(exports, "Schema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_schema).default; | ||
} | ||
}); | ||
exports.match = match; | ||
function match(schema, args) { | ||
return _match(schema.fn(args)); | ||
} | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _match(traverseResult) { | ||
@@ -214,2 +222,6 @@ const result = traverseResult; | ||
} | ||
function match(schema, args) { | ||
return _match(schema.fn(args)); | ||
} | ||
//# sourceMappingURL=chimpanzee.js.map |
{ | ||
"name": "chimpanzee", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "Jeswin<jeswinpk@agilehead.com>", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
126850
832