An open API service indexing awesome lists of open source software.

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

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