프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / express / index.js

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

1 39 HKM
/*!
2
 * express
3
 * Copyright(c) 2009-2013 TJ Holowaychuk
4
 * Copyright(c) 2013 Roman Shtylman
5
 * Copyright(c) 2014-2015 Douglas Christopher Wilson
6
 * MIT Licensed
7
 */
8
9
'use strict';
10
11
module.exports = require('./lib/express');