https://github.com/bartstc/looper-js-library
Simple and very modest library written based on functional programming inspired Underscore.js library
https://github.com/bartstc/looper-js-library
functional-programming jest typescript
Last synced: 3 months ago
JSON representation
Simple and very modest library written based on functional programming inspired Underscore.js library
- Host: GitHub
- URL: https://github.com/bartstc/looper-js-library
- Owner: bartstc
- Created: 2019-09-25T18:08:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T09:13:02.000Z (over 5 years ago)
- Last Synced: 2025-02-01T21:13:07.084Z (about 1 year ago)
- Topics: functional-programming, jest, typescript
- Language: TypeScript
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Looper.js
A simple and very modest library written based on functional programming, containing a set of methods to facilitate work with arrays. Inspired by the existing [Underscore.js](https://underscorejs.org/) library.
## Software Used
* [TypeScript](https://www.typescriptlang.org/)
* [Jest](https://jestjs.io/)
## Project Learning Goals
* Practice functional programming
* Practice testing with jest library
## License
This project is licensed under the ISC License - see the [LICENSE.md](LICENSE.md) file for details