JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q47646F
  • License BSD-3-Clause

Typesafe units with no runtime overhead.

Package Exports

  • uom-types

Readme

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

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.