Downloads containing util.js

Downloads
Name Author Game Mode Rating
WebJCS 1.3.3Featured Download djazz Utility 10 Download file

File preview

// Backwards compatibility ...
try {
  module.exports = require('util');
} catch (e) {
  module.exports = require('sys');
}