UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

8 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAction = void 0; function getAction(client, action, name) { return (params) => client[action.name || name]?.(params) ?? action(client, params); } exports.getAction = getAction; //# sourceMappingURL=getAction.js.map