UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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