@dabberio/electric-units
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

I'm using pnpm for a more efficient and clear package.json

Used in my testing website Electric Circuits.

let
	unit = new Unit('2.5mW');

unit.toString() == 2.5mW
unit.value		== 2.5
unit.prefix		== m
unit.unit		== W

Dependents (0)

Package Sidebar

Install

npm i @dabberio/electric-units

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.14 kB

Total Files

3

Last publish

Collaborators

  • dabberio