UNPKG

@thi.ng/units

Version:

Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)

6 lines (5 loc) 115 B
import { coherent, defUnit } from "../unit.js"; const mol = defUnit("mol", "mole", coherent(5)); export { mol };