mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
5 lines
77 B
Text
5 lines
77 B
Text
|
(ns tubax.saxjs
|
||
|
(:require ["sax" :as sax]))
|
||
|
|
||
|
(goog/exportSymbol "sax" sax)
|