/** * @name node.global * @namespace * global */ goog.provide("node.global"); /** * @private * @type {*} */ node.global.core_ = require("global");