Added word count operation

This commit is contained in:
sw5678 2025-05-12 14:03:07 +01:00
parent 7ecf8dfdaa
commit d726f1e1df
4 changed files with 236 additions and 1 deletions

View file

@ -170,6 +170,7 @@ import "./tests/JA3Fingerprint.mjs";
import "./tests/JA3SFingerprint.mjs";
import "./tests/HASSH.mjs";
import "./tests/JSONtoYAML.mjs";
import "./tests/WordCount.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";