Comparing version 2.5.5 to 2.5.6
{ | ||
"name": "evt", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "Type safe replacement for node's EventEmitter", | ||
@@ -526,4 +526,4 @@ "repository": { | ||
"typescript": "^4.2.3", | ||
"denoify": "^1.3.0" | ||
"denoify": "^1.6.7" | ||
} | ||
} |
@@ -70,2 +70,5 @@ // @denoify-line-ignore | ||
if( typeof o1 === "function" || typeof o2 === "function" ){ | ||
return false; | ||
} | ||
@@ -72,0 +75,0 @@ if (DateLike.match(o1)) { |
@@ -96,2 +96,5 @@ "use strict"; | ||
} | ||
if (typeof o1 === "function" || typeof o2 === "function") { | ||
return false; | ||
} | ||
if (types_1.DateLike.match(o1)) { | ||
@@ -98,0 +101,0 @@ if (!types_1.DateLike.match(o2)) { |
Sorry, the diff of this file is not supported yet
2032518
41518