@types/uri-template-route
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Installation

npm install --save @types/uri-template-route

Summary

This package contains type definitions for uri-template-route (https://github.com/bergos/uri-template-route).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uri-template-route.

index.d.ts

import { RequestHandler } from "express";
import { URITemplate } from "uri-templates";

declare function uriTemplateRoute(template: string | URITemplate, middleware: RequestHandler): RequestHandler;

export = uriTemplateRoute;

Additional Details

Credits

These definitions were written by Tomasz Pluskiewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/uri-template-route

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.29 kB

Total Files

5

Last publish

Collaborators

  • types