1.0.9 • Published 10 years ago

funcoffee v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

Funcoffee

Essential functional helpers for CoffeeScript and JavaScript.

Functions

Essential

_, nop, id, builtin, variadic, apply, notF, curryN, curry, partial, flip, flip3, flipN, compose, sequence.

Types

isType, instanceOf, isF, isntF, andF, orF, gt, lt, gte, lte.

Math

mod, even, odd, add, sub, mul, div, min, max.

Arrays

toArray, find, each, map, filter, fold, foldr, all, any, reverse, join, concat, sort, inArray, slice, first, last, rest, initial, take, drop, reject, compact, unique, dups, zip, zipWith, flatten, flatMap, union, intersection, partition, difference, concatF, shuffle.

Strings

split, match, replace, search, substr, trim, toUpper, toLower, words, unwords, capitalize, gmatch.

Objects

toObject, forOwn, pluck, pluckR, pluckF, pairs, zipObject, unzipObject, keys, values, size, has, extend, merge.

Collections

where, sortBy, groupBy, countBy.

Functions

withF, memo.

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago