UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 179 B
/** * SI base unit of electric current. * @type {NamedUnit} */ export const AMPERE: NamedUnit; import { NamedUnit } from "../NamedUnit.js"; //# sourceMappingURL=AMPERE.d.ts.map