(require '[schema.core :as schema]) (defn foo [& modules] {:pre [(schema/validate (schema/maybe [(schema/enum :foo :bar)]) opts)]} :yay) ...
確定! 回上一頁