🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
nodevenv
/
Job-Portal
/
20
/
lib
/
node_modules
/
is-finalizationregistry
✏️
Editing: index.js
'use strict'; var callBound = require('call-bind/callBound'); var $register = callBound('FinalizationRegistry.prototype.register', true); module.exports = $register ? function isFinalizationRegistry(value) { if (!value || typeof value !== 'object') { return false; } try { $register(value, {}); return true; } catch (e) { return false; } } : function isFinalizationRegistry(value) { // eslint-disable-line no-unused-vars return false; };
💾 Save Changes
❌ Cancel