Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Missing export @allObservable function in Typescript #24

Open
hanc2006 opened this issue Jan 15, 2020 · 4 comments
Open

Missing export @allObservable function in Typescript #24

hanc2006 opened this issue Jan 15, 2020 · 4 comments

Comments

@hanc2006
Copy link

hanc2006 commented Jan 15, 2020

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;

@farwayer
Copy link
Owner

Thanks, will add soon

@leoperria
Copy link

Hi, thanks for this library ! Would be inclined to add this type for Typescript soon ?

@brunof17
Copy link

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 =)

@farwayer
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants