UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 167 B
/** * SI base unit of time. * @type {NamedUnit} */ export const SECOND: NamedUnit; import { NamedUnit } from "../NamedUnit.js"; //# sourceMappingURL=SECOND.d.ts.map