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/GetMethod.d.ts |
import type { PropertyKey } from '../index'; declare function GetMethod<O, P extends PropertyKey>( O: O, P: P, ): P extends keyof O // tslint:disable-next-line: ban-types ? NonNullable<O[P]> extends Function ? O[P] : never : ((...args: any) => any) | undefined; export = GetMethod; |