@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
1 lines • 158 B
TypeScript
export function resolvePathByArray<O, T>(object: O, parts: string[], missingPropertyHandler?: (current: object, part: string, i: number, l: number) => any): T