UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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