tslib 2.1.0
This release adds a new __spreadArray
helper which avoids side-effects compared to the now-deprecated __spreadArrays
and __spread
helpers. See #133 for more details.
This release also provides a more-specific error message when extending from a type which is not a function and not null. See #138 for more details.