---
meta:
 - name: keywords
   description: api typescript node.js documentation getConstructorDependencies function
---
# getConstructorDependencies - @tsed/di

## Usage

```typescript
import { getConstructorDependencies } from "@tsed/di";
```

> See [/packages/di/src/common/utils/getConstructorDependencies.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/di/src/common/utils/getConstructorDependencies.ts#L0-L0).

## Overview

```ts
function getConstructorDependencies(target: any, propertyKey?: string | symbol | undefined): any;
```
