UNPKG

tempconv

Version:

Simple temperature unit converter. Converts between °C, °F and K easily.

2 lines 127 B
const { Convert } = require('../lib/index.js'); console.log(Convert({ from: 'C', to: 'F', value: 1 }); // Should return 33.8.