Skip to content

Instantly share code, notes, and snippets.

@hakant
Created November 6, 2016 17:40
Show Gist options
  • Select an option

  • Save hakant/126bbcdaa477680e4ace2021f9dedd3e to your computer and use it in GitHub Desktop.

Select an option

Save hakant/126bbcdaa477680e4ace2021f9dedd3e to your computer and use it in GitHub Desktop.
"use strict;"
import * as express from 'express';
export interface RouteConfigurator {
configure(path:string, app: express.Application);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment