util.js 124 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // Backwards compatibility ... try { module.exports = require('util'); } catch (e) { module.exports = require('sys'); }