We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I am getting an error message as follows.
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
The text was updated successfully, but these errors were encountered: