0.1.12 • Published 3 days ago

arslib v0.1.12

Weekly downloads
230
License
MIT
Repository
github
Last release
3 days ago

Andre's JavaScript Utility library

Usage example:

(browser import) -> import {Util} from '<relative_path_to_node_modules>/arslib/util/util.js' (node import) -> import {Util} from 'arslib'

console.log(Util.limitValueToMinMax(10, 5, 11))

Importing

To check wich files you can import, look into index.js, in the package root folder.

NPM package page

(https://www.npmjs.com/package/arslib)https://www.npmjs.com/package/arslib

NPM package installation

npm install arslib

Run tests

npm test

Creating new tests

Remember to add

Assert.testMode = true;

at the beginning of your test file. This allows node process to fail when an assertion fails. So the test script knows when a test has failed.

0.1.12

3 days ago

0.1.10

19 days ago

0.1.11

19 days ago

0.1.8

21 days ago

0.1.7

21 days ago

0.1.9

21 days ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago