UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 204 B
/** * SI derived unit of catalytic activity. 1 kat = 1 mol / s. * @type {NamedUnit} */ export const KATAL: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=KATAL.d.ts.map