esnet / pond

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

fix: Missed definition in index.d.ts #292

Open mjkangquarry opened 1 year ago

mjkangquarry commented 1 year ago

Fixed #290.

I added the missed 'range()' function definition in TimeSeries class.

Fixed #291.

I added exact setIndexString function parameter definition in Index class.