phetsims / axon

Axon provides powerful and concise models for interactive simulations, based on observable Properties and related patterns.
MIT License
10 stars 8 forks source link

ObservableArray.get should return type T, not T|undefined #401

Closed samreid closed 1 year ago

samreid commented 1 year ago

ObservableArray.get should return type T, not T|undefined.

Related to https://github.com/phetsims/tandem/issues/262

samreid commented 1 year ago

Fixed, closing.

UPDATE: Also tagging for https://github.com/phetsims/tasks/issues/1111