UNPKG

a_mock

Version:

Sub package of a. Mocking framework

10 lines (9 loc) 176 B
function _new(context) { if (context) return context; var verify = require('../newMutableAnd')(); c = {}; c.verify = verify; return c; } module.exports = _new;