bahmutov / lazy-ass

Lazy node assertions without performance penalty
http://glebbahmutov.com/lazy-ass/
MIT License
69 stars 5 forks source link

Support serializing arguments #5

Closed bahmutov closed 10 years ago

bahmutov commented 10 years ago

Serialize as array arguments variable

function foo() { la(false, arguments); } 
foo('something');