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