uzedeprecated

Another JavaScript utility package

Usage no npm install needed!

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

README

uze - Another JavaScript Utility Library

forthebadge forthebadge forthebadge

About

uze is bundeled into multiple sub-packages, such as math, string or object. uze.string contains functions for strings, and that's the theme for all the other packages.

Usage

Install via npm npm install --save uze

const uze = require("uze");

console.log(uze.math.toHex(21))