UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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