Kind: Function
Source: packages/common/utils/shared.utils.ts
Part of: Common
Signature
tsfunction isObject(fn: any): fn is object
Parameters
| Name | Type |
|---|---|
fn | any |
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)
CustomHeader—packages/core/router/router-response-controller.ts:18AdditionalHeaders—packages/core/router/sse-stream.ts:38CreateDecoratorOptions—packages/core/services/reflector.service.ts:8BaseExceptionFilter—packages/core/exceptions/base-exception-filter.ts:17createContextId—packages/core/helpers/context-id-factory.ts:5InjectorDependency—packages/core/injector/injector.ts:51Module—packages/core/injector/module.ts:44NestApplication—packages/core/nest-application.ts:54
…and 18 more.
Was this page helpful?