mxjs

A library of utility method used at MX

Usage no npm install needed!

<script type="module">
  import mxjs from 'https://cdn.skypack.dev/mxjs';
</script>

README

npm version

How To Install

npm install mxjs --save

How To Use

Only require the files you need.

const { Browser, Chart, MxFetch, Form, QueryString } = require('mxjs');

Then call the methods as needed.

if (Browser.isMicrosoft()) {
  console.log('Use a different browser');
}