Skip to content

Commit

Permalink
Merge pull request #102 from jakubknejzlik/patch-1
Browse files Browse the repository at this point in the history
Update IContainer to act as hash
  • Loading branch information
young-steveo authored Jan 18, 2018
2 parents d7e7157 + 4ad343f commit ed21639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/bottle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ declare module Bottle {
}

interface IContainer {
[key: string]: any;
$decorator(name: string|((service: any) => any), func?: (service: any) => any): this;
$register(Obj: Bottle.IRegisterableObject): this;
$list(container?: Bottle.IContainer): Array<string>;
Expand Down

0 comments on commit ed21639

Please sign in to comment.