UNPKG

ts-site-starter

Version:

![npm](https://img.shields.io/npm/v/ts-site-starter.svg) ![license](https://img.shields.io/npm/l/ts-site-starter.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/ts-site-starter.svg)

4 lines (3 loc) 150 B
/// <reference types="express" /> import { Application } from 'express'; export declare function configureRest(app: Application, express: any): void;