refactored data-types to reduce plugin sizes
This commit is contained in:
@@ -6,6 +6,7 @@ package kern
|
||||
|
||||
const (
|
||||
TypeAny = "any"
|
||||
TypeArray = "array"
|
||||
TypeNil = "nil"
|
||||
TypeBoolean = "boolean"
|
||||
TypeFloat = "float"
|
||||
|
||||
Reference in New Issue
Block a user