Skip to content
/ m Public

Point free style, functional library for Javascript with focus on object arrays.

License

Notifications You must be signed in to change notification settings

asd-xiv/m

Repository files navigation

npm package version dev-badge

m

Functional library for Javascript

Use

npm i --save-exact @codemachiner/m

Install

git clone git@github.com:codemachiner/m.git && \
  cd m && \
  npm run setup

Develop

Use npm test to run tests (any *.test.js) once or npm run tdd to watch src folder for changes and run test automatically.

Changelog

History of all changes in CHANGELOG.md

0.8.0 - 24 October 2018

Added

  • Add string__contains - Test if string contains substring
  • Add string__endsWith - Test if string ends with substring