UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 188 B
/** * SI base unit of thermodynamic temperature. * @type {NamedUnit} */ export const KELVIN: NamedUnit; import { NamedUnit } from "../NamedUnit.js"; //# sourceMappingURL=KELVIN.d.ts.map