Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'range' does not exist on type 'TimeSeries' in v0.9.0 #290

Open
mjkangquarry opened this issue Mar 31, 2023 · 0 comments · May be fixed by #292
Open

Property 'range' does not exist on type 'TimeSeries' in v0.9.0 #290

mjkangquarry opened this issue Mar 31, 2023 · 0 comments · May be fixed by #292

Comments

@mjkangquarry
Copy link

I am getting an error message as follows.

Property 'range' does not exist on type 'TimeSeries' in v0.9.0

It does not exist as the error message.
pond/src/index.d.ts Lines 1027 to 1695 in 4abf4a2

However it exists in src/pond/lib/timeseries.js

So I would ask for the missed definition to be added into pond/src/index.d.ts

    /**
     * Alias for `timerange()`
     */
         range(): TimeRange;
@mjkangquarry mjkangquarry linked a pull request Apr 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant