0.1.3 • Published 7 years ago

bearded-utilities v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

#Bearded Utilities

Because I can

This is a repo that has access to some FP-ish functions. They are all written in ES6+. In order to use this package, you will need to transpose it yourself

##API

###BeardedUtils

MethodsArgumentsReturn
curryfn: Functionfunction
map/filter/takeUntil/sortfn: Function, list: ArrayArray
some/every/includesval: any, list: ArrayBoolean
indexOfval: any, list: ArrayNumber
taillist: ArrayArray
curryMethodsobj: ObjectObject
takenum: Number, list: ArrayArray
takeUntilfn: Function, list: ArrayArray
randommin: number, max: numbernumber

###curried

This is the same as BeardedUtils but all methods are curried

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago