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/InstanceofOperator.d.ts
declare function InstanceofOperator(
    O: object,
    // tslint:disable-next-line: ban-types
    C: Function | { [Symbol.hasInstance](O: unknown): boolean },
): boolean;
export = InstanceofOperator;