* Stdout helper. * * @param {string} string A message to write to stdout.
(string)
| 3687 | * @param {string} string A message to write to stdout. |
| 3688 | */ |
| 3689 | function write(string) { |
| 3690 | process.stdout.write(string); |
| 3691 | } |
| 3692 | |
| 3693 | }).call(this,require('_process')) |
| 3694 | },{"../utils":36,"./base":16,"_process":56}],28:[function(require,module,exports){ |