프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / inherits / inherits.js

이력 | 보기 | 이력해설 | 다운로드 (192 Bytes)

1
try {
2
  var util = require('util');
3
  if (typeof util.inherits !== 'function') throw '';
4
  module.exports = util.inherits;
5
} catch (e) {
6
  module.exports = require('./inherits_browser.js');
7
}