https://github.com/cmstead/microj
A slim and trim, essentials-only version of JFP
https://github.com/cmstead/microj
Last synced: 2 months ago
JSON representation
A slim and trim, essentials-only version of JFP
- Host: GitHub
- URL: https://github.com/cmstead/microj
- Owner: cmstead
- License: mpl-2.0
- Created: 2015-11-26T19:47:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T07:26:23.000Z (over 10 years ago)
- Last Synced: 2025-03-12T05:17:17.841Z (over 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microJ
A slim and trim, essentials-only version of JFP.
Full JFP documentation at http://cmstead.github.io/JFP/
Micro-J and JFP are released under the MPL
JFP is available at the following URL https://github.com/cmstead/JFP
Package size is 4K
Included functions are as follows:
- j - curry and pick shortcuts
- equal
- identity
- getType
- isType
- isUndefined
- isNull
- not
- maybe
- either
- pick
- slice
- apply
- partial
- rpartial
- curry
- always
- first
- last
- rest
- dropLast
- cons
- conj
- reduce
- map
- filter
- some
- pluckKeys
- pluck
- deref
- getKeys
- toValues
- compose
- pipeline