Skip to content

createWsParamDecorator

reference
1 min readUpdated

Kind: Function

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

Part of: Websockets

Signature

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

Parameters

NameType
paramtypeWsParamtype

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

Relationships

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

Was this page helpful?

Download as PDF
createWsParamDecorator — NestJS head-to-head