Merge pull request #34 from emilhf/cut-operation

Cut operation
This commit is contained in:
Autumn 2023-12-22 18:37:46 +00:00 committed by GitHub
commit 73716a2c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 320 additions and 0 deletions

View file

@ -43,6 +43,7 @@ import "./tests/Compress.mjs";
import "./tests/ConditionalJump.mjs";
import "./tests/Crypt.mjs";
import "./tests/CSV.mjs";
import "./tests/Cut.mjs";
import "./tests/DateTime.mjs";
import "./tests/ExtractEmailAddresses.mjs";
import "./tests/Fork.mjs";