Skip to main content
Home

@hubble/btu@0.4.0
Built and signed on GitHub Actions

Building Trade Utilities

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with 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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.