Kind: Function
Source: packages/common/utils/shared.utils.ts
Part of: Common
Signature
tsfunction isFunction(val: any): val is Function
Parameters
| Name | Type |
|---|---|
val | any |
Returns: val is Function
Used by
28 references from 28 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (28)
anonymousMiddleware—packages/core/middleware/utils.ts:77InvalidClassScopeException—packages/core/errors/exceptions/invalid-class-scope.exception.ts:6BaseExceptionFilterContext—packages/core/exceptions/base-exception-filter-context.ts:11GuardsContextCreator—packages/core/guards/guards-context-creator.ts:12ParamProperties—packages/core/helpers/context-utils.ts:15callBeforeAppShutdownHook—packages/core/hooks/before-app-shutdown.hook.ts:49callModuleBootstrapHook—packages/core/hooks/on-app-bootstrap.hook.ts:43callAppShutdownHook—packages/core/hooks/on-app-shutdown.hook.ts:45
…and 20 more.
Was this page helpful?