Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										14
									
								
								install/config-ui/node_modules/es-abstract/2018/SameValueNonNumber.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								install/config-ui/node_modules/es-abstract/2018/SameValueNonNumber.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| 'use strict'; | ||||
|  | ||||
| var $TypeError = require('es-errors/type'); | ||||
|  | ||||
| var SameValue = require('./SameValue'); | ||||
|  | ||||
| // https://262.ecma-international.org/7.0/#sec-samevaluenonnumber | ||||
|  | ||||
| module.exports = function SameValueNonNumber(x, y) { | ||||
| 	if (typeof x === 'number' || typeof x !== typeof y) { | ||||
| 		throw new $TypeError('SameValueNonNumber requires two non-number values of the same type.'); | ||||
| 	} | ||||
| 	return SameValue(x, y); | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins