UNPKG

@typestrong/ts-mockito

Version:
13 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractMethodStub = void 0; var AbstractMethodStub = (function () { function AbstractMethodStub() { } AbstractMethodStub.prototype.getGroupIndex = function () { return this.groupIndex; }; return AbstractMethodStub; }()); exports.AbstractMethodStub = AbstractMethodStub; //# sourceMappingURL=AbstractMethodStub.js.map