@ryancavanaugh/express-partials
Version:
Type definitions for express-partials from https://www.github.com/DefinitelyTyped/DefinitelyTyped
14 lines (7 loc) • 375 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;