UNPKG

@johanblumenberg/ts-mockito

Version:
16 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Matcher = void 0; var Matcher = (function () { function Matcher() { } Matcher.prototype.match = function (value) { return false; }; Matcher.prototype.toString = function () { return ""; }; return Matcher; }()); exports.Matcher = Matcher; //# sourceMappingURL=Matcher.js.map