export var isSinonStub = function (obj) { return (obj.isSinonProxy || false) && obj.restore !== undefined; }; //# sourceMappingURL=sinon.js.map