fix: remove string from core.ts

This commit is contained in:
2023-09-25 18:32:59 +03:00
parent 47c62128ab
commit ff9b57aeb9

View File

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