UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 169 B
/** * Returns value that's pass in * @template A * @param {A} a * @returns {A} */ export function passThrough<A>(a: A): A; //# sourceMappingURL=passThrough.d.ts.map