
thunklife/maybe-args
Releases0
Stars3
A simple function decorator to check that all args passed to a function are not nothing (null/undefined)
Linked projects
wraps a function in null/undefined guards. checks that all arguments have some value. shouldn't be used ifnull or undefined is acceptable for any arguments.