UNPKG

@opra/nestjs

Version:
14 lines (13 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RpcParamsFactory = void 0; class RpcParamsFactory { exchangeKeyForValue(type, data, args) { if (!args) { return null; } args = Array.isArray(args) ? args : []; return args[0]; } } exports.RpcParamsFactory = RpcParamsFactory;