UNPKG

anyargs

Version:

A small utility module that converts function arguments to an object for use within the function based on a supplied metadata object. This allows parameters to be passed in any order, making the resultant function very flexible.

2 lines (1 loc) 49 B
module.exports = require('./lib/anyargs').parse;