Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.83 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.83 KB

Units of Measure Types

Typesafe units with no runtime overhead.

npm version jsr Version CI Coverage Status Documentation
code style: prettier GitHub Discussions BSD 3 Clause license Commitizen friendly semantic-release

Donate

Any donations would be much appreciated. 😄

Enterprise Users

uom-types is available as part of the Tidelift Subscription.

Tidelift is working with the maintainers of uom-types and a growing network of open source maintainers to ensure your open source software supply chain meets enterprise standards now and into the future. Learn more.

Installation

npm

# Install with npm
npm install uom-types

# Install with pnpm
pnpm add uom-types

# Install with yarn
yarn add uom-types

# Install with bun
bun add uom-types

jsr

# Install in a node project
npx jsr add @rebeccastevens/uom-types

# Install in a deno project
deno add jsr:@rebeccastevens/uom-types

# Install in a bun project
bunx jsr add @rebeccastevens/uom-types

Documentation

Check out RebeccaStevens.github.io/uom-types for the documentation.

Inspiration

Inspired by uom-ts.