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 Feb 15, 2024
1 parent 95491f0 commit 7154c19
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,12 @@
:write-stream :any,
:output-channel :any,
:response-manager :any}}}}}},
elin.config {merge-configs {:arities {2 {:args [:map :map], :ret :map}}},
elin.config {merge-configs {:arities {2 {:args [:map :map], :ret :map},
:varargs {:args [:map
:map
{:op :rest, :spec :map}],
:ret :map,
:min-arity 2}}},
load-config {:arities {2 {:args [:string :map],
:ret {:op :keys,
:req {:env {:op :keys,
Expand Down Expand Up @@ -180,7 +185,17 @@
:ret :any}}},
get-project-name {:arities {1 {:args [:any],
:ret :any}}}},
elin.handler.evaluate {evaluate {:arities {1 {:args [{:op :keys,
elin.handler.evaluate {evaluation* {:arities {3 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
:message :sequential}},
:component/nrepl :any,
:component/interceptor :any,
:component/writer :any}}
:string
:map],
:ret :any}}},
evaluate {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
:message :sequential}},
Expand Down

0 comments on commit 7154c19

Please sign in to comment.