Repository URL to install this package:
|
Version:
0.2.3 ▾
|
import { IApplication } from './application';
export declare type IApplicationConstructor<P> = (name: string) => IApplication<P, {}, P>;