Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Keil committed Nov 25, 2014
1 parent 6b0e61d commit 4bdf73d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ All functions with 2 or more arguments are curried.

- noop
- curry
- compose
- apply
- applyTo
- applyNew
Expand All @@ -124,15 +125,14 @@ All functions with 2 or more arguments are curried.
**Types** `prelude.types.<method>`

- getType
- isType
- isNumber
- isString
- isBoolean
- isFunction
- isObject
- isArray
- isString
- isNumber
- isDate
- isRegExp
- isObject
- isArguments
- isDate
- isError
- isRegExp
- isJSON

0 comments on commit 4bdf73d

Please sign in to comment.