0.1.8 • Published 2 years ago

sazmining-utils v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

sazmining-utils

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install sazmining-utils --save

# For Yarn, use the command below.
yarn add sazmining-utils

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/sazmining-utils"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/sazmining-utils"></script>

<script>
  // UMD module is exposed through the "sazminingUtils" global variable.
  console.log(sazminingUtils);
</script>

Documentation

Documentation generated from source files by Typedoc.

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago