UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 203 B
/** * SI derived unit of power. 1 W = 1 J / s = 1 kg·m^2 / s^3. * @type {NamedUnit} */ export const WATT: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=WATT.d.ts.map