fix toml issue / isobject

This commit is contained in:
2026-02-17 01:19:43 -06:00
parent 400c58e5f2
commit 3c28dc2c30
5 changed files with 8 additions and 22 deletions

View File

@@ -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
```