mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
14 lines
362 B
TypeScript
14 lines
362 B
TypeScript
// Type definitions for express-partials
|
|
// Project: https://github.com/publicclass/express-partials
|
|
// Definitions by: jt000 <https://github.com/jt000>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
|
|
|
|
import express = require('express');
|
|
|
|
declare function expressPartials(options?: any): express.RequestHandler;
|
|
|
|
export = expressPartials;
|