jshttp / negotiator

An HTTP content negotiator for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor closures

jonathanong opened this issue · comments

probably gonna do this eventually. i want to cleanup the code so we're not creating closures everywhere. i.e. filter( e => e) can just be filter(Boolean)

🙌