Skip to content

Commit

Permalink
Fixing typescript definitions according to Aurelia-Configuration/issu…
Browse files Browse the repository at this point in the history
…es/57 (#58)
  • Loading branch information
mikeesouth authored and Vheissu committed Sep 22, 2016
1 parent d41896c commit 716ce8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
declare module "configure" {
declare module 'aurelia-configuration' {

import { Loader } from 'aurelia-loader';

export interface ConfigInterface {
}

export class Configure {
loader: Loader;
environment: string;
Expand Down Expand Up @@ -33,9 +36,6 @@ declare module "configure" {
loadConfigFile(path: any, action: any): Promise<void>;
mergeConfigFile(path: any): Promise<void>;
}
}
declare module "index" {
import { Configure } from "configure";

export function configure(aurelia: any, configCallback: any): Promise<{}>;
export { Configure };
}

0 comments on commit 716ce8b

Please sign in to comment.