@olc-systems/js-utils

JavaScript library with helper functions.

Usage no npm install needed!

<script type="module">
  import olcSystemsJsUtils from 'https://cdn.skypack.dev/@olc-systems/js-utils';
</script>

README

js-utils

The JavaScript useful functions.

Installation

npm install --save-dev @olc-systems/js-utils

Usage

import { someFunction } from "@olc-systems/js-utils";

/** Usage */
const foo = someFunction(/* arguments */);
import * as jsUtils from "@olc-systems/js-utils";

/** Usage */
const foo = jsUtils.someFunction(/* arguments */);

Documentation