Skip to content

Commit

Permalink
chore: Update type config
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Mar 3, 2024
1 parent 4daa624 commit a9a3266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
:ret :nil}}},
luaeval {:arities {3 {:args [:any :string :sequential],
:ret :any}}},
input!! {:arities {3 {:args [:any :string :string],
:ret :string}}},
eval!! {:arities {2 {:args [:any :string], :ret :any}}},
execute! {:arities {2 {:args [:any :string], :ret :any}}},
set-variable! {:arities {3 {:args [:any :string :any],
Expand Down

0 comments on commit a9a3266

Please sign in to comment.