lambdaisland / uri

A pure Clojure/ClojureScript URI library
Mozilla Public License 2.0
243 stars 21 forks source link

Enhacement: add `uri?` predicate. #20

Closed niwinz closed 3 years ago

niwinz commented 3 years ago

Would be awesome to have a simple uri? predicate.

Mostly useful in specs when we spec some attrs to be lambdaisland.uri.URI instance and other asserts in code.

plexus commented 3 years ago

A PR for this would be welcome!