UNPKG

a_mock

Version:

Sub package of a. Mocking framework

10 lines (7 loc) 147 B
function _new(index) { function hasArgument(){ return arguments.length-1 >= index; } return hasArgument; } module.exports = _new;