UNPKG

261 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.toRxMethod = toRxMethod;
7
8// Copyright 2017-2022 @polkadot/api authors & contributors
9// SPDX-License-Identifier: Apache-2.0
10function toRxMethod(method) {
11 return method;
12}
\No newline at end of file