UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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