Skip to content

Commit

Permalink
feat(all): add more type info
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 14, 2015
1 parent afa3819 commit d593ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function onReady(callback) {
});
}

export function bootstrap(configure) {
export function bootstrap(configure: (aurelia:Aurelia) => void): Promise<void> {
return onReady(() => {
var loader = new window.AureliaLoader(),
aurelia = new Aurelia(loader);
Expand Down

0 comments on commit d593ee5

Please sign in to comment.