@fxbar/utils
v0.0.1
Published
Utility functions for fxbar packages
Downloads
11
Readme
@fxbar/utils
A collection of utility functions for fxbar packages.
Installation
npm install @fxbar/utils
# or
yarn add @fxbar/utilsUsage
import { noop } from '@fxbar/utils'
// ESM
import { noop } from '@fxbar/utils/dist/index.mjs'
// CommonJS
const { noop } = require('@fxbar/utils')
// UMD
const { noop } = window.fxbar_utilsDevelopment
# Install dependencies
yarn install
# Run tests
yarn test
# Build
yarn build
# Lint
yarn lintLicense
MIT
