UNPKG

190 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.toRxMethod = void 0;
4function toRxMethod(method) {
5 return method;
6}
7exports.toRxMethod = toRxMethod;