MCPcopy
hub / github.com/nestjs/nest / isSymbol

Function isSymbol

packages/common/utils/shared.utils.ts:51–51  ·  view source on GitHub ↗
(val: any)

Source from the content-addressed store, hash-verified

49 isUndefined(val) || val === null;
50export const isEmpty = (array: any): boolean => !(array && array.length > 0);
51export const isSymbol = (val: any): val is symbol => typeof val === 'symbol';

Callers 9

addDependencyMetadataMethod · 0.90
replacerMethod · 0.90
getDependencyNameFunction · 0.90
UNKNOWN_EXPORT_MESSAGEFunction · 0.90
EventPatternFunction · 0.90
MessagePatternFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected