UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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