refactored data-types to reduce plugin sizes

This commit is contained in:
2026-06-08 07:02:56 +02:00
parent fec7cc546c
commit b6da9bcad4
90 changed files with 1039 additions and 803 deletions
+1
View File
@@ -6,6 +6,7 @@ package kern
const (
TypeAny = "any"
TypeArray = "array"
TypeNil = "nil"
TypeBoolean = "boolean"
TypeFloat = "float"