UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 195 B
/** * SI derived unit of force. 1 N = 1 kg·m / s^2. * @type {NamedUnit} */ export const NEWTON: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=NEWTON.d.ts.map