UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 224 B
/** * SI derived unit of magnetic flux density. 1 T = 1 Wb / m^2 = 1 kg / (s^2·A). * @type {NamedUnit} */ export const TESLA: NamedUnit; import { NamedUnit } from "../../NamedUnit.js"; //# sourceMappingURL=TESLA.d.ts.map