mirror of
https://github.com/penpot/penpot.git
synced 2025-05-02 23:05:53 +02:00
4 lines
115 B
Clojure
4 lines
115 B
Clojure
(ns beicon.impl.rxjs-operators
|
|
(:require ["rxjs/operators" :as rxop]))
|
|
|
|
(goog/exportSymbol "rxjsOperators" rxop)
|