glace-utils

GlaceJS utils

Usage no npm install needed!

<script type="module">
  import glaceUtils from 'https://cdn.skypack.dev/glace-utils';
</script>

README

Build Status | Source Code | Release Notes

GlaceJS utilities is a set of functions and objects used for glace platform. Full list and description is here.

How to install

npm i glace-utils

How to use

const U = require("glace-utils");

U.splitBy("a, b, c,", ","); // [ 'a', 'b', 'c' ]

API

is here

Tests and quality

  • Project tests report is here
  • Code coverage report is here