UNPKG

msgpack

Version:

A space-efficient object serialization library for node.js

13 lines (10 loc) 209 B
module.exports = function (returnValue) { function stub() { stub.called = true; stub.args = arguments; stub.thisArg = this; return returnValue; } stub.called = false; return stub; };