swc/ecmascript/codegen/tests/references/d95e9ad32d562722.js

7 lines
97 B
JavaScript
Raw Normal View History

(function() {
var a ;
return function() {
return typeof a ===" 'b';
};
}());