프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / util-deprecate / node.js

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

1

    
2
/**
3
 * For Node.js, simply re-export the core `util.deprecate` function.
4
 */
5

    
6
module.exports = require('util').deprecate;