0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/frontend/vendor/tubax/saxjs.cljs

5 lines
77 B
Text
Raw Permalink Normal View History

(ns tubax.saxjs
(:require ["sax" :as sax]))
(goog/exportSymbol "sax" sax)