Merge pull request #1971 from bartblaze/master

Add Leet Speak
This commit is contained in:
a3957273 2025-02-15 22:55:52 +00:00 committed by GitHub
commit 51b9fe644b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 149 additions and 1 deletions

View file

@ -54,6 +54,7 @@ import "./tests/Comment.mjs";
import "./tests/Compress.mjs";
import "./tests/ConditionalJump.mjs";
import "./tests/ConvertCoordinateFormat.mjs";
import "./tests/ConvertLeetSpeak.mjs";
import "./tests/ConvertToNATOAlphabet.mjs";
import "./tests/Crypt.mjs";
import "./tests/CSV.mjs";