@dp66/dp-utils
v0.3.0
Published
utility fns
Readme
Introduction
utility library that makes your life easier
Installation
npm install @dp66/dp-utilsor
yarn add @dp66/dp-utilsFeatures
- Support cjs, esm, umd module format running both in browser and node
Usage
import { formatMoney } from "@dp66/dp-utils"
const purse = formatMoney(1000);
// purse will be 1,000.00Built with
- Typescript
- Rollup
