Kind: Function
Source: packages/common/utils/shared.utils.ts
Part of: Common
Signature
tsfunction isNumber(val: any): val is number
Parameters
| Name | Type |
|---|---|
val | any |
Returns: val is number
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
EventPattern—packages/microservices/decorators/event-pattern.decorator.ts:21GrpcMethodStreamingType—packages/microservices/decorators/message-pattern.decorator.ts:22transformPatternToRoute—packages/microservices/utils/transform-pattern.utils.ts:21
Was this page helpful?