UNPKG

testdouble

Version:

A minimal test double library for TDD with JavaScript

4 lines (3 loc) 164 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (thing) => thing && !thing[Symbol('__is_proxy')] && thing.__matches;