Kind: Function
Source: packages/common/utils/shared.utils.ts
Part of: Common
Signature
tsfunction isSymbol(val: any): val is symbol
Parameters
| Name | Type |
|---|---|
val | any |
Returns: val is symbol
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (6)
UNKNOWN_DEPENDENCIES_MESSAGE—packages/core/errors/messages.ts:63InjectorDependency—packages/core/injector/injector.ts:51Module—packages/core/injector/module.ts:44DeepHashedModuleOpaqueKeyFactory—packages/core/injector/opaque-key-factory/deep-hashed-module-opaque-key-factory.ts:13EventPattern—packages/microservices/decorators/event-pattern.decorator.ts:21GrpcMethodStreamingType—packages/microservices/decorators/message-pattern.decorator.ts:22
Was this page helpful?