tslib 1.5.0
·
249 commits
to main
since this release
- Updated the
__extends
helper to useObject.setPrototypeOf
or__proto__
for extending statics when the runtime supports it.