We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cf984 commit fc33c7aCopy full SHA for fc33c7a
src/octet/core.cljc
@@ -26,7 +26,9 @@
26
(:refer-clojure :exclude [read byte float double short long bytes into repeat])
27
(:require [octet.spec :as spec]
28
#?(:cljs
29
- [octet.util :as util :include-macros true])
+ [octet.util :as util :include-macros true]
30
+ :clj
31
+ [octet.util :as util])
32
[octet.spec.basic :as basic-spec]
33
[octet.spec.string :as string-spec]
34
[octet.spec.collections :as coll-spec]
0 commit comments