Skip to content

createRpcParamDecorator

reference
1 min readUpdated

Kind: Function

Source: packages/microservices/utils/param.utils.ts

Part of: Microservices

Signature

ts
function createRpcParamDecorator(paramtype: RpcParamtype): (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator

Parameters

NameType
paramtypeRpcParamtype

Returns: (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator

Relationships

  • IMPORTS → PipeTransform
  • IMPORTS → Type
  • IMPORTS → assignMetadata
  • IMPORTS → isNil
  • IMPORTS → isString

Was this page helpful?

Download as PDF
createRpcParamDecorator — NestJS head-to-head