chimpanzee
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -63,3 +63,7 @@ "use strict"; | ||
return x; | ||
}) || new _results.Match(builder.get(obj, context, key)); | ||
}) || function (result) { | ||
return [_results.Match, _results.Skip, _results.Fault].some(function (resultType) { | ||
return result instanceof resultType; | ||
}) ? result : new _results.Match(result); | ||
}(builder.get(obj, context, key)); | ||
}() : fn; | ||
@@ -66,0 +70,0 @@ }; |
{ | ||
"name": "chimpanzee", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"author": "Jeswin<jeswinpk@agilehead.com>", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
138864
926