Skip to content

Commit

Permalink
improvement in typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 9, 2017
1 parent 2cc98ae commit 36c3688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export interface IObservableFactory {
(): IObservableValue<any>;
<T>(value: IMap<string | number | boolean, T>): ObservableMap<T>;
<T extends Object>(value: T): T & IObservableObject;
<T>(value: T): IObservableValue<T>;
}

export class IObservableFactories {
Expand Down

0 comments on commit 36c3688

Please sign in to comment.