UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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