UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 219 B
/** * SI derived unit of energy / work / heat. 1 J = 1 N·m = 1 kg·m^2 / s^2. * @type {NamedUnit} */ export const JOULE: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=JOULE.d.ts.map