UNPKG

quack

Version:

Check the values of passed arguments in a function - see if they quack like a duck.

7 lines (6 loc) 202 B
// quack is passed in, minified or unminified module.exports = function(quack){ require('./signature-vs-args.js')(quack); require('./values.js')(quack); require('./shorthand.js')(quack); };