UNPKG

a_mock

Version:

Sub package of a. Mocking framework

8 lines (6 loc) 95 B
function _new() { var c = {}; c.callbacks = []; return c; } module.exports = _new;