2014-10-25 15:23:49 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
2018-05-14 22:00:49 +00:00
|
|
|
const types = {
|
|
|
|
require: typeof require,
|
|
|
|
module: typeof module,
|
|
|
|
process: typeof process,
|
|
|
|
global: typeof global
|
|
|
|
}
|
|
|
|
console.log(JSON.stringify(types));
|
2014-10-25 15:23:49 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|