@appbricks/utils

Common utilities

Usage no npm install needed!

<script type="module">
  import appbricksUtils from 'https://cdn.skypack.dev/@appbricks/utils';
</script>

README

Common Node Module

This module contains common utility functions. Most notably it contains a console log wrapper that formats log messages as well as a functions to execute time based tasks.

Install

To install run:

npm install @appbricks/utils

Usage

Refer to the test suites for usage examples.