UNPKG

@graphistry/falcor

Version:
4 lines (3 loc) 122 B
module.exports = function isAssertionError(e) { return e.hasOwnProperty('actual') && e.hasOwnProperty('expected'); };