Convert `Controller/Captcha` to TypeScript
authorAlexander Ebert <ebert@woltlab.com>
Thu, 5 Nov 2020 19:05:04 +0000 (20:05 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 5 Nov 2020 19:05:04 +0000 (20:05 +0100)
commitafabe28c4905e2d56dc75f8a60c9cd2715ae8d61
treebac6b4c60c84eaadd2f69b3f2c3a28c1fbe46158
parent3816e5851cc278200596bd11ad24c1b4361d263d
Convert `Controller/Captcha` to TypeScript

This module was intentionally kept as an object instead of simple function exports because of the `delete()` function being a reserved keyword.
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Captcha.js
wcfsetup/install/files/ts/WoltLabSuite/Core/Controller/Captcha.js [deleted file]
wcfsetup/install/files/ts/WoltLabSuite/Core/Controller/Captcha.ts [new file with mode: 0644]