Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function removeGlobalProxy(target, name) { deepUnset(target, name); }
Delete nested properties from an object using dot notation.