mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01: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)
|