Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
hubble-sh/btuBuilding Trade Utilities
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
11 months ago (0.4.0)
BTU - Building Trade Utilities
A package of utilities for working in the building construction industry.
(The name is a pun on Btu, British Thermal Unit, an imperial unit used in measuring insulation and conductivity, as an equivalent to watts)
Installation
deno add jsr:@hubble/btu # For installing on Node with NPM, see: https://jsr.io/docs/with/node npx jsr add @hubble/btu
Submodules
insulation/metric
import * as metric from '@hubble/btu/insulation/metric' const r = metric.convertKToR({ k: 0.041, m: 0.09 }) console.log(`R${r.toFixed(1)} == R2.2`) // "R2.2 == R2.2"
Built and signed on
GitHub Actions