Kind: Function
Source: packages/common/utils/shared.utils.ts
Part of: Common
Signature
tsfunction isEmpty(array: any): boolean
Parameters
| Name | Type |
|---|---|
array | any |
Returns: boolean
Used by
20 references from 20 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (20)
RouterExceptionFilters—packages/core/router/router-exception-filters.ts:14ParamProperties—packages/core/router/router-execution-context.ts:50CreateDecoratorOptions—packages/core/services/reflector.service.ts:8BaseExceptionFilterContext—packages/core/exceptions/base-exception-filter-context.ts:11ExceptionsHandler—packages/core/exceptions/exceptions-handler.ts:9ExternalExceptionFilterContext—packages/core/exceptions/external-exception-filter-context.ts:14ExternalExceptionsHandler—packages/core/exceptions/external-exceptions-handler.ts:8GuardsConsumer—packages/core/guards/guards-consumer.ts:7
…and 12 more.
Was this page helpful?