mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
Added word count functionality
This commit is contained in:
parent
c4e7c41a6e
commit
1caa79303b
4 changed files with 236 additions and 1 deletions
|
@ -142,6 +142,7 @@ import "./tests/TranslateDateTimeFormat.mjs";
|
|||
import "./tests/Typex.mjs";
|
||||
import "./tests/UnescapeString.mjs";
|
||||
import "./tests/Unicode.mjs";
|
||||
import "./tests/WordCount.mjs";
|
||||
import "./tests/YARA.mjs";
|
||||
|
||||
const testStatus = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue