0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00
penpot/frontend/vendor/cuerdas/impl/xregexp.cljs
Andrey Antukh 1bc210c9a9 ⬆️ Update frontend dependencies.
And add user agent parsing library dependency.
2021-05-06 14:13:54 +02:00

4 lines
102 B
Clojure

(ns cuerdas.impl.xregexp
(:require ["xregexp" :as XRegExp]))
(goog/exportSymbol "XRegExp" XRegExp)