UNPKG

ts-mockito

Version:
15 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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