glace-utils
v1.3.5
Published
GlaceJS utils
Readme
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-utilsHow 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
