esnet / pond

Immutable timeseries data structures built with Typescript
http://software.es.net/pond
Other
204 stars 38 forks source link

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

Open mjkangquarry opened 1 year ago

mjkangquarry commented 1 year ago

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;