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 24, 2024
1 parent 9ec91f3 commit 3861308
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
:min-arity 1}}},
set-variable!! {:arities {3 {:args [:any :string :any],
:ret :nil}}},
get-full-path!! {:arities {1 {:args [:any], :ret :any}}},
get-variable!! {:arities {2 {:args [:any :string], :ret :any}}},
execute!! {:arities {2 {:args [:any :string], :ret :any}}}},
elin.handler.complete {complete {:arities {1 {:args [{:op :keys,
Expand Down Expand Up @@ -202,17 +201,17 @@
:component/host :any,
:component/session-storage :any}}],
:ret :any}}}},
elin.util.file {find-file-in-parent-directories {:arities {1 {:args [:string],
:ret :any},
2 {:args [:string
:string],
elin.util.file {find-file-in-parent-directories {:arities {2 {:args [:string
:any],
:ret :any}}},
normalize-path {:arities {1 {:args [:string], :ret :string}}},
get-cache-directory {:arities {0 {:args [], :ret :string}}},
get-file-extension {:arities {1 {:args [:string],
:ret :nilable/string}}},
guess-file-separator {:arities {1 {:args [:string],
:ret :string}}}},
:ret :string}}},
get-project-root-directory {:arities {1 {:args [:string],
:ret :any}}}},
elin.function.nrepl {close!! {:arities {1 {:args [:any], :ret :any},
2 {:args [:any :string], :ret :any}}},
eval!! {:arities {2 {:args [:any :string], :ret :any},
Expand Down

0 comments on commit 3861308

Please sign in to comment.