Expose id-literal? in the API.

This commit is contained in:
Richard Newman 2016-11-03 18:09:27 -07:00
parent 8e6f8399ae
commit 5fa26c58a8

View file

@ -35,6 +35,7 @@
(def <close transact/close)
(def id-literal db/id-literal)
(def id-literal? db/id-literal?)
(def lookup-ref db/lookup-ref)