1.2.1 • Published 5 years ago

@beeme1mr/dynatrace-unit-converter v1.2.1

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

A basic Dynatrace unit converter

This utility is a TypeScript port of the convert-units project but with a focus on units that Dynatrace supports.

Installation

npm install @beeme1mr/dynatrace-unit-converter --save

Supported Units

Digital

  • bit
  • kb
  • Kibit
  • mb
  • Mebibit
  • Gb
  • Gibibit
  • Tb
  • B
  • kB
  • KiB
  • MB
  • MiB
  • GB
  • GiB
  • TB

Time

  • ns
  • mu
  • ms
  • s
  • min
  • h
  • d
  • week
  • month
  • year

NOTE

Converted values will have a max precision of 1/100 of final output value.

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago