JavaScript utils for working with arguments.
npm i args-utils --save-dev
npm test
var utils = require('args-utils');
arr {Array}: Arguments object.types {Array}: Array of types, each with an object of schemas to check.returns: {Array}This is more like "mapping" args to types, but it's purpose is conceptually close to destructuring.
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on October 04, 2014.