1.0.0-rc.3 • Published 6 years ago

@vesheff/enigma-utility v1.0.0-rc.3

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

enigma-utility NPM version

This is a utility library which will give you some useful functions. It is a project from the course JavaScript Core in Telerik Academy.

Install

Install with npm:

$ npm install --save @vesheff/enigma-utility

Usage

Works with strings or numbers.

const enigma = require('@vesheff/enigma-utility');

const filtered = enigma.filter([1, 2, 3], x => x > 2);

About

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test
Contributor
nikolayneykov92
ivetak
valentinemilov
Skorchev
MStoykov46

License

Copyright © 2019. Released under the MIT License.

1.0.0-rc.3

6 years ago

1.0.0-rc.2

6 years ago

1.0.0

6 years ago