UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

2 lines (1 loc) 81 B
export declare const getWithKey: <T, K extends keyof T>(obj: T, key: K) => T[K];