/**
 * @name node.module
 * @namespace
 */

goog.provide("node.module");


/**
 * @private
 * @type {*}
 */
node.module.core_ = require("module");