UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 278 B
/** * SI derived unit of radioactive decay rate. 1 Bq = 1 / s. * * Note: dimensionally indistinguishable from {@link HERTZ}. * * @type {NamedUnit} */ export const BECQUEREL: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=BECQUEREL.d.ts.map