Skip to content

mixin

reference
1 min readUpdated

Kind: Function

Source: packages/common/decorators/core/injectable.decorator.ts

Part of: Common

Signature

ts
function mixin(mixinClass: Type<T>)

Parameters

NameType
mixinClassType<T>

Used by

5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (5)

  • AnyFilesInterceptorpackages/platform-express/multer/interceptors/any-files.interceptor.ts:24
  • FileFieldsInterceptorpackages/platform-express/multer/interceptors/file-fields.interceptor.ts:27
  • FileInterceptorpackages/platform-express/multer/interceptors/file.interceptor.ts:25
  • FilesInterceptorpackages/platform-express/multer/interceptors/files.interceptor.ts:27
  • NoFilesInterceptorpackages/platform-express/multer/interceptors/no-files.interceptor.ts:24

Was this page helpful?

Download as PDF
mixin — NestJS head-to-head