Merge branch 'feature/remove-letter-accents' of https://github.com/klaxon1/CyberChef into klaxon1-feature/remove-letter-accents

This commit is contained in:
n1474335 2018-11-07 14:57:05 +00:00
commit b301d16cb2
4 changed files with 67 additions and 0 deletions

View file

@ -63,6 +63,7 @@ import "./tests/operations/ParseIPRange";
import "./tests/operations/PowerSet";
import "./tests/operations/Regex";
import "./tests/operations/Register";
import "./tests/operations/RemoveLetterAccents";
import "./tests/operations/Rotate";
import "./tests/operations/SeqUtils";
import "./tests/operations/SetDifference";