@vesheff/enigma-utility

Utility library

Usage no npm install needed!

<script type="module">
  import vesheffEnigmaUtility from 'https://cdn.skypack.dev/@vesheff/enigma-utility';
</script>

README

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 Tests

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
Contributors
Contributor
nikolayneykov92
ivetak
valentinemilov
Skorchev
MStoykov46

License

Copyright © 2019. Released under the MIT License.