@trakas/js

Utilities for Javascript and Typescript


Keywords
trakas, utilities, utility, util, utils, javascript, typescript, js, ts, functions, types, library, lib, libraries, libs, javascript-library, react, reactjs, utility-function, utility-library
License
MIT
Install
npm install @trakas/js@1.1.2

Documentation

Trakas · assistant of the gods

deepcode Analyses Release GitHub issues Language License semantic-release

This is JavaScript Utilities. As we hope it will be a useful assistant for Javascript's developers, like assistant of the gods.

Documentation

Check out the Getting Started page for a quick overview.

Examples

We have several examples on the website. Here is the first one to get you started:

import { randomNumber } from "@trakas/js";

console.log(randomNumber(10, 20)); // A integer number in [10, 20]

Test

yarn test

License

This project is licensed under the terms of the MIT license.