UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 227 B
/** * SI derived unit of electric potential / EMF. 1 V = 1 W / A = 1 kg·m^2 / (s^3·A). * @type {NamedUnit} */ export const VOLT: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=VOLT.d.ts.map