0.3.0 • Published 3 years ago

@dp66/dp-utils v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago