node/lib/sys.js

6 lines
141 B
JavaScript

'use strict';
// the sys module was renamed to 'util'.
// this shim remains to keep old programs working.
module.exports = require('util');