mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
8 lines
240 B
TypeScript
8 lines
240 B
TypeScript
/// <reference path="../express/express.d.ts" />
|
|
/// <reference path="express-partials.d.ts" />
|
|
|
|
import express = require('express');
|
|
import partials = require('express-partials');
|
|
|
|
var app: express.Express = express();
|
|
app.use(partials()); |