mirror of
https://github.com/sstent/alex_app1.git
synced 2026-01-26 09:02:38 +00:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
// Backwards compatibility ...
|
|
try {
|
|
module.exports = require('util');
|
|
} catch (e) {
|
|
module.exports = require('sys');
|
|
}
|