UNPKG

@busy-web/utils

Version:

@busy-web util methods

32 lines (22 loc) 706 B
@busy-web/utils ============================================================================== Installation ------------------------------------------------------------------------------ Install this addon using yarn ``` yarn add @busy-web/utils ``` Install this addon using npm ``` npm install --save @busy-web/utils ``` Usage ------------------------------------------------------------------------------ Use @busy-web/utils in your js files ``` import { Assert } from '@busy-web/utils'; Assert.test('some message', someTest === someValue); ``` License ------------------------------------------------------------------------------ [MIT License](https://opensource.org/licenses/mit-license.php)