uawdijnntqw1x1x1
IP : 216.73.216.130
Hostname : it-staging-server
Kernel : Linux it-staging-server 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
forge
/
.
/
stage.herta-bht.smartcon-survey.com
/
node_modules
/
get-proto
/
index.js
/
/
'use strict'; var reflectGetProto = require('./Reflect.getPrototypeOf'); var originalGetProto = require('./Object.getPrototypeOf'); var getDunderProto = require('dunder-proto/get'); /** @type {import('.')} */ module.exports = reflectGetProto ? function getProto(O) { // @ts-expect-error TS can't narrow inside a closure, for some reason return reflectGetProto(O); } : originalGetProto ? function getProto(O) { if (!O || (typeof O !== 'object' && typeof O !== 'function')) { throw new TypeError('getProto: not an object'); } // @ts-expect-error TS can't narrow inside a closure, for some reason return originalGetProto(O); } : getDunderProto ? function getProto(O) { // @ts-expect-error TS can't narrow inside a closure, for some reason return getDunderProto(O); } : null;
/home/forge/./stage.herta-bht.smartcon-survey.com/node_modules/get-proto/index.js