UNPKG

fzkes

Version:
5 lines (4 loc) 143 B
module.exports = function isFake(maybeFake) { return typeof(maybeFake.calls) === 'function' && typeof(maybeFake.wasCalled) === 'function' }