required-argument

0.0.2 • Public • Published

required-argument

Pass this function as a default argument to throw an error when the argument is undefined

Example

const required = require('required-argument');
 
function myFunc(a = required()){
  // do stuff
}
 
myFunc(); // Error: Missing argument in function "myfunc"

Future

I'm experimenting with parsing the code to let you know which argument is missing but it's still not perfect yet. If you have any ideas on how to implement that or any other things you'd like to add please open an issue or PR.

Credits

Inspired by Six nifty ES6 tricks by @rauschma

Readme

Keywords

none

Package Sidebar

Install

npm i required-argument

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • timjacobi