Skip to content

Getting Started

Installation

Use your favourite package manager to install the module from @abw/badger-utils.

shell
npm install @abw/badger-utils
shell
pnpm add @abw/badger-utils
shell
yarn add @abw/badger-utils

Basic Use

Import any of the functions using ESM syntax.

js
import { isString, objMap } from '@abw/badger-utils'

Or via require() if you're still using Common JS format.

js
const { isString, ObjMap } = require('@abw/badger-utils')

Do the Happy Badger Dance

You are now all set to do the Happy Badger Dance

Built by Badgers