🐛 Add proper input checking to font related RCP method

This commit is contained in:
Andrey Antukh
2026-02-10 10:36:57 +01:00
parent d30387eb77
commit 06e5825c8a
3 changed files with 38 additions and 1 deletions

View File

@@ -1009,6 +1009,15 @@
{:title "agent"
:description "instance of clojure agent"}}))
#?(:clj
(register!
{:type ::bytes
:pred bytes?
:type-properties
{:title "bytes"
:description "bytes array"}}))
(register! ::any (mu/update-properties :any assoc :gen/gen sg/any))
;; ---- PREDICATES