UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 134 B
/** * * @param {{name:string}} thing * @returns {string} */ export function extractName(thing) { return thing.name; }