fix toml issue / isobject
This commit is contained in:
@@ -248,7 +248,7 @@ is_integer(42) // true
|
||||
is_logical(true) // true
|
||||
is_null(null) // true
|
||||
is_number(3.14) // true
|
||||
is_object({}) // true
|
||||
is_object({}) // true (records only)
|
||||
is_text("hello") // true
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user