0.7.2 • Published 4 years ago

@huggg/bar-staff v0.7.2

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

pipeline status coverage report

Huggg Bar Staff

This is the JavaScript utility library used across the many applications in the company.

Why?

Some utility functions are far more useful outside of the project they are initially written in.

How?

yarn add @huggg/bar-staff

ES2016

import { functionName } from '@huggg/bar-staff';
// or
import functionName from '@huggg/bar-staff/functionName';

Browser

import '@huggg/bar-staff/bar-staff.umd.min'

Or you can copy the same file to somewhere in your local directory to reference in a <script> tag.