mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 08:04:19 +08:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
|
|
import express = require('express');
|
|
import routeFs = require('express-route-fs');
|
|
|
|
var app = express();
|
|
|
|
routeFs(app);
|