2.5.4 • Published 6 months ago

@types/express-ejs-layouts v2.5.4

Weekly downloads
1,779
License
MIT
Repository
github
Last release
6 months 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.

2.5.2

8 months ago

2.5.4

6 months ago

2.5.3

7 months ago

2.5.1

1 year ago

2.5.0

3 years ago

2.3.2

5 years ago

2.3.1

7 years ago

2.3.0

7 years ago