mobx-decorators
mobx-decorators copied to clipboard
Missing export @allObservable function in Typescript
Hi, the @allObservable export is missing in the Typescript definition file index.d.ts Something like:
export function allObservable(options?: ({only?: Array<string>, except?: Array<string>})): any;
Thanks, will add soon
Hi, thanks for this library ! Would be inclined to add this type for Typescript soon ?
Hey, this feature would be really helpful on my current project, as I need to make a whole class observable, but since it its in Typescript I cannot use that option. Thanks in advance =)
Adding TS def is not the problem. But the last time I tried to use @allObservable
in TS something was wrong and did not work as expected. Will try to find some time to check it again.