Skip to content

v3.17.0

Latest
Compare
Choose a tag to compare
@webdiscus webdiscus released this 02 Mar 20:51
· 2 commits to master since this release
4994864

v3.17.0

Features

Added support for typescript < 5.6 to fix TS2526 error.
This update fixes the TS2526 error in older TypeScript versions (< 5.6):

A 'this' type is available only in a non-static member of a class or interface.

Note

If you are already using TypeScript >= 5.6, this update is not required.