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 9, 2024
1 parent 28d900d commit 4577890
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
:spec :any}],
:ret :any,
:min-arity 1}}},
get-current-file-path!! {:arities {1 {:args [:any],
:ret :any}}},
call!! {:arities {3 {:args [:any :string :sequential],
:ret :any}}},
get-current-working-directory!! {:arities {:varargs {:args [:any
Expand Down Expand Up @@ -184,13 +186,15 @@
2 {:args [:string
:string],
:ret :any}}},
normalize-path {:arities {1 {:args [:string], :ret :string}}}},
normalize-path {:arities {1 {:args [:string], :ret :string}}},
get-cache-directory {:arities {0 {:args [], :ret :string}}}},
elin.function.nrepl.system {get-system-info* {:arities {1 {:args [:any],
:ret :any}}},
user-dir {:arities {1 {:args [:any], :ret :any}}},
file-separator {:arities {1 {:args [:any],
:ret :any}}},
project-name {:arities {1 {:args [:any], :ret :any}}}},
get-user-dir {:arities {1 {:args [:any], :ret :any}}},
get-file-separator {:arities {1 {:args [:any],
:ret :any}}},
get-project-name {:arities {1 {:args [:any],
:ret :any}}}},
elin.handler.evaluate {evaluation* {:arities {3 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
Expand Down

0 comments on commit 4577890

Please sign in to comment.