@huggg/bar-staff
v0.7.2
Published
Huggg Utility Library
Readme
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-staffES2016
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.
