Options
All
  • Public
  • Public/Protected
  • All
Menu

typesafe-units

Index

Variables

Const default

default: Collection = ...

typesafe-units default Collection holding all supported units. Currently it's the only available unit collection.

Log the collection to the console to get an overview of all supported units.

example
import units from "typesafe-units";

console.log(units);

Generated using TypeDoc