UNPKG

testdouble

Version:

A minimal test double library for TDD with JavaScript

3 lines (2 loc) 85 B
export default (thing) => thing && !thing[Symbol('__is_proxy')] && thing.__matches