/utilmax

🐝 utilmax is a tiny utils library for JavaScript

Primary LanguageTypeScript

utilmax

ci codecov npm commit

🐝 utilmax is a tiny utils library for JavaScript

Installation:

$ npm i --save utilmax

Usage

import * as utilmax from "utilmax";
const env = utilmax.getEnvironment();

In general, you don't need to introduce all of them, so just add the methods you need, e.g.

import { getEnvironment } from "utilmax";
const env = getEnvironment();