0.3.0 • Published 2 years ago

@dp66/dp-utils v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

CI

Introduction

utility library that makes your life easier

Installation

npm install @dp66/dp-utils

or

yarn add @dp66/dp-utils

Features

  • 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.00

Built with

  • Typescript
  • Rollup
0.3.0

2 years ago

0.2.0

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago