Skip to content

isObject

reference
1 min readUpdated

Kind: Function

Source: packages/common/utils/shared.utils.ts

Part of: Common

Signature

ts
function isObject(fn: any): fn is object

Parameters

NameType
fnany

Returns: fn is object

Used by

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

Imported by (26)

  • CustomHeaderpackages/core/router/router-response-controller.ts:18
  • AdditionalHeaderspackages/core/router/sse-stream.ts:38
  • CreateDecoratorOptionspackages/core/services/reflector.service.ts:8
  • BaseExceptionFilterpackages/core/exceptions/base-exception-filter.ts:17
  • createContextIdpackages/core/helpers/context-id-factory.ts:5
  • InjectorDependencypackages/core/injector/injector.ts:51
  • Modulepackages/core/injector/module.ts:44
  • NestApplicationpackages/core/nest-application.ts:54

…and 18 more.

Was this page helpful?

Download as PDF
isObject — NestJS head-to-head