2.5.4 • Published 2 years ago

@types/express-ejs-layouts v2.5.4

Weekly downloads
1,779
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/express-ejs-layouts

Summary

This package contains type definitions for express-ejs-layouts (https://github.com/Soarez/express-ejs-layouts).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-ejs-layouts.

index.d.ts

// Type definitions for express-ejs-layouts 2.5
// Project: https://github.com/Soarez/express-ejs-layouts
// Definitions by: Erik Mavrinac <https://github.com/erikma>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="node" />

import { RequestHandler } from 'express';

declare const expressEjsLayouts: RequestHandler;

export = expressEjsLayouts;

Additional Details

Credits

These definitions were written by Erik Mavrinac.