UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

1 lines 158 B
export function resolvePathByArray<O, T>(object: O, parts: string[], missingPropertyHandler?: (current: object, part: string, i: number, l: number) => any): T