node/lib/sys.js
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate
The copyright and license notice is already in the LICENSE file.  There
is no justifiable reason to also require that it be included in every
file, since the individual files are not individually distributed except
as part of the entire package.
2015-01-12 15:30:28 -08:00

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');