UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 178 B
/** * SI base unit of amount of substance. * @type {NamedUnit} */ export const MOLE: NamedUnit; import { NamedUnit } from "../NamedUnit.js"; //# sourceMappingURL=MOLE.d.ts.map