UNPKG

ramda-adjunct

Version:

Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

23 lines 682 B
var mapping = Object.freeze({ equals: 'fantasy-land/equals', lte: 'fantasy-land/lte', compose: 'fantasy-land/compose', id: 'fantasy-land/id', concat: 'fantasy-land/concat', empty: 'fantasy-land/empty', map: 'fantasy-land/map', contramap: 'fantasy-land/contramap', ap: 'fantasy-land/ap', of: 'fantasy-land/of', alt: 'fantasy-land/alt', zero: 'fantasy-land/zero', reduce: 'fantasy-land/reduce', traverse: 'fantasy-land/traverse', chain: 'fantasy-land/chain', chainRec: 'fantasy-land/chainRec', extend: 'fantasy-land/extend', extract: 'fantasy-land/extract', bimap: 'fantasy-land/bimap', promap: 'fantasy-land/promap' }); export default mapping;