Functional library for Javascript
npm i --save-exact @codemachiner/m
git clone git@github.com:codemachiner/m.git && \
cd m && \
npm run setup
Use npm test
to run tests (any *.test.js
) once or npm run tdd
to watch src
folder for changes and run test automatically.
History of all changes in CHANGELOG.md
- Add
string__contains
- Test if string contains substring - Add
string__endsWith
- Test if string ends with substring