UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (4 loc) 135 B
interface Equitable { equals<T>(other:T):boolean } export function invokeObjectEquals<T extends Equitable>(a:T, b:T):boolean