UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

2 lines (1 loc) 97 B
export function objectKeyByValue<T>(object: { [id: string]: T }, value: T): string | undefined;