Skip to content

Commit

Permalink
Expose destructure
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 26, 2023
1 parent ef52fe6 commit 8da8f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sci/impl/namespaces.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@
#?@(:cljs ['demunge (copy-core-var cljs.core/demunge)])
'derive (copy-var hierarchies/derive* clojure-core-ns {:name 'derive :ctx true})
'descendants (copy-var hierarchies/descendants* clojure-core-ns {:name 'descendants :ctx true})
'destructure (copy-var destructure/destructure clojure-core-ns)
'dissoc (copy-core-var dissoc)
'dissoc! (copy-core-var dissoc!)
'distinct (copy-core-var distinct)
Expand Down

0 comments on commit 8da8f44

Please sign in to comment.