@autoguru/utilities
v1.3.3
Published
A collection of smallish things that help AutoGuru write code.
Readme
@autoguru/utilities
A collection of smallish things that help AutoGuru write code.
Usage
yarn add @autoguru/utilitiesIndex
TODO
Example
import { warning } from '@autoguru/utilities/assert';
warning(false, 'This thing warned');