UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 218 B
/** * SI derived unit of magnetic flux. 1 Wb = 1 V·s = 1 kg·m^2 / (s^2·A). * @type {NamedUnit} */ export const WEBER: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=WEBER.d.ts.map