simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[js-core] Improve typing of `mapToObject()` #54

Closed eric-simonton-sama closed 3 years ago

eric-simonton-sama commented 3 years ago

If it return an index type, don't use the question mark. Otherwise TS complains that it could be undefined.