mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	a === null / a !=== null
is different to
    typeof a == "undefined" / typeof a != "undefined"
		
	
a === null / a !=== null
is different to
    typeof a == "undefined" / typeof a != "undefined"