@autoguru/utilities
v1.2.1
Published
A collection of smallish things that help AutoGuru write code.
Downloads
257
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');