UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 269 B
/** * Dimensionless unit (every base exponent is zero). Useful as the identity for unit * multiplication/division. * @type {NamedUnit} */ export const DIMENSIONLESS: NamedUnit; import { NamedUnit } from "../NamedUnit.js"; //# sourceMappingURL=DIMENSIONLESS.d.ts.map