DIR: /proc/1991110/task/1991110/cwd/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991110/task/1991110/cwd/usr/share/nodejs/@types/es-abstract/2015/Get.d.ts |
import type { PropertyKey } from '../index'; declare function Get<O extends object, P extends PropertyKey>(O: O, P: P): P extends keyof O ? O[P] : unknown; export = Get; |