mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
start removing newNumber and number types from the code.
This commit is contained in:
@@ -8,8 +8,6 @@ func typeof(val any) string {
|
||||
return "boolean"
|
||||
case string:
|
||||
return "string"
|
||||
case number:
|
||||
return "number"
|
||||
case []any:
|
||||
return "array"
|
||||
case anymap:
|
||||
|
||||
Reference in New Issue
Block a user