Skip to content

isConstructor

reference
1 min readUpdated

Kind: Function

Source: packages/common/utils/shared.utils.ts

Part of: Common

Signature

ts
function isConstructor(val: any): boolean

Parameters

NameType
valany

Returns: boolean

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • MetadataScannerpackages/core/metadata-scanner.ts:8

Was this page helpful?

Download as PDF
isConstructor — NestJS head-to-head