From 9d08f94c99ae337f8865ce6f3179c86e5d6adc86 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 25 Feb 2021 12:27:32 +0100 Subject: [PATCH] Add decoder --- feature-malli/babashka/impl/malli.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/feature-malli/babashka/impl/malli.clj b/feature-malli/babashka/impl/malli.clj index 4a9da27b..cb9906b8 100644 --- a/feature-malli/babashka/impl/malli.clj +++ b/feature-malli/babashka/impl/malli.clj @@ -12,6 +12,7 @@ {'validate (copy-var m/validate mns) 'validator (copy-var m/validator mns) 'explain (copy-var m/explain mns) + 'decoder (copy-var m/decoder mns) }) (def malli-error-namespace