UNPKG

410 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6Object.defineProperty(exports, "ApiRx", {
7 enumerable: true,
8 get: function () {
9 return _Api.ApiRx;
10 }
11});
12Object.defineProperty(exports, "toRxMethod", {
13 enumerable: true,
14 get: function () {
15 return _decorateMethod.toRxMethod;
16 }
17});
18
19var _Api = require("./Api");
20
21var _decorateMethod = require("./decorateMethod");
\No newline at end of file