utility library that makes your life easier
npm install @dp66/dp-utils
or
yarn add @dp66/dp-utils
- Support cjs, esm, umd module format running both in browser and node
import { formatMoney } from "@dp66/dp-utils"
const purse = formatMoney(1000);
// purse will be 1,000.00
- Typescript
- Rollup