UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 222 B
/** * Compute name of a system. * Mostly used for UI and debug * @param {System} system * @returns {string} */ export function computeSystemName(system: System): string; //# sourceMappingURL=computeSystemName.d.ts.map