tslib 1.5.0
DanielRosenwasser
released this
05 Jan 18:24
·
249 commits
to main
since this release
- Updated the
__extends
helper to useObject.setPrototypeOf
or__proto__
for extending statics when the runtime supports it.