UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 200 B
/** * SI derived unit of electric charge. 1 C = 1 A·s. * @type {NamedUnit} */ export const COULOMB: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=COULOMB.d.ts.map