source:
frontend/node_modules/express/index.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 224 bytes | |
| Line | |
|---|---|
| 1 | /*! |
| 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'); |
Note:
See TracBrowser
for help on using the repository browser.
