UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 297 B
/** * SI derived unit of absorbed ionising-radiation dose. 1 Gy = 1 J / kg = 1 m^2 / s^2. * * Note: dimensionally indistinguishable from {@link SIEVERT}. * * @type {NamedUnit} */ export const GRAY: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=GRAY.d.ts.map