/fn

tiny lib of functional helpers for personal projects

Primary LanguageJavaScript

a bunch of functional helpers, for when you don't need all of underscore. < 1k gzipped, always.

I plan on using this in my own modules via browserify/npm, but feel free to suggest changes, etc.

included -

  • isValue
  • identity
  • indexOf
  • isArray
  • toArray
  • each
  • extend
  • map
  • times
  • invoke
  • filter
  • find
  • reduce
  • debounce
  • compose