UNPKG

@khanisak/temperature-converter

Version:

Javascript lightweight library to manipulate temperature units

11 lines (10 loc) 461 B
import { Celcius } from './class/Celcius'; import { Delisle } from "./class/Delisle"; import { Fahrenheit } from "./class/Fahrenheit"; import { Kelvin } from "./class/Kelvin"; import { Newton } from "./class/Newton"; import { Rankine } from "./class/Rankine"; import { Reamur } from "./class/Reamur"; import { Romer } from "./class/Romer"; import { units } from './units'; export { Celcius, Delisle, Fahrenheit, Kelvin, Newton, Rankine, Reamur, Romer, units };