fix: remove string from core.ts

This commit is contained in:
TopchetoEU 2023-09-25 18:32:59 +03:00
parent 47c62128ab
commit ff9b57aeb9
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

@ -66,7 +66,6 @@ try {
run('values/symbol');
run('values/errors');
run('values/string');
run('map');
run('set');
run('regex');