Home > @esengine/ecs-framework-monorepo > isRpcMethod
isRpcMethod() function
检查方法是否为RPC方法
Signature:
typescript
export declare function isRpcMethod(target: object, methodName: string | symbol): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
target | object | |
methodName | string | symbol |
Returns:
boolean