mirror of
https://github.com/penpot/penpot.git
synced 2026-03-18 16:33:49 +00:00
5 lines
115 B
Clojure
5 lines
115 B
Clojure
(ns beicon.impl.rxjs-operators
|
|
(:require ["rxjs/operators" :as rxop]))
|
|
|
|
(goog/exportSymbol "rxjsOperators" rxop)
|