mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Add type
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
(do
|
||||
(sd-transforms/registerTransforms sd)
|
||||
(.registerFormat sd #js {:name "custom/json"
|
||||
:format (fn [res]
|
||||
:format (fn [^js res]
|
||||
(.-tokens (.-dictionary res)))})
|
||||
sd))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user