UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 222 B
/** * SI derived unit of pressure / stress. 1 Pa = 1 N / m^2 = 1 kg / (m·s^2). * @type {NamedUnit} */ export const PASCAL: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=PASCAL.d.ts.map