@autoguru/utilities

A collection of smallish things that help AutoGuru write code.

Usage no npm install needed!

<script type="module">
  import autoguruUtilities from 'https://cdn.skypack.dev/@autoguru/utilities';
</script>

README

@autoguru/utilities

A collection of smallish things that help AutoGuru write code.

Usage

yarn add @autoguru/utilities

Index

TODO

Example

import { warning } from '@autoguru/utilities/assert';

warning(false, 'This thing warned');