We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Just curious, I was wondering why this is the case?
I imagined something like,
exports.eqJSDate = function (d1) { return function (d2) { return d1.getTime() == d2.getTime(); }; };
but perhaps there are issues with that?