1.6.0 • Published 9 months ago

@mvp-tech/utils v1.6.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
9 months ago

@mvp-tech/utils

Common utils.

Release npm Coverage lines Coverage functions Coverage branches Coverage statements

📦 Installation

yarn add @mvp-tech/utils

🔨 Usage

import { formatAmount } from "@mvp-group/utils";

List of all utils

  • chunk - creates an array of elements split into groups the length of size.
  • formatAmount - formats an amount value.
  • getNumberSeparators - returns separators for decimals and thousands according to localization.
  • isFilledArray - checks if a value is a filled array.
  • isOverflown - checks if an element's content is overflowing.
  • noop - empty function that returns undefined.
  • roundFloat - rounds a floating point number with given precision.
  • splitAmount - formats an amount with grouped thousands.
1.6.0

9 months ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago