"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSinonStub = void 0; const isSinonStub = (obj) => (obj.isSinonProxy || false) && obj.restore !== undefined; exports.isSinonStub = isSinonStub; //# sourceMappingURL=sinon.js.map