UNPKG

sinon

Version:

JavaScript test spies, stubs and mocks.

8 lines (5 loc) 174 B
"use strict"; function isRestorable(obj) { return typeof obj === "function" && typeof obj.restore === "function" && obj.restore.sinon; } module.exports = isRestorable;