---
symbol: resolveEntryModulePath
module: "@tsed/cli"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation resolveEntryModulePath function
---
# resolveEntryModulePath - @tsed/cli

## Usage

```typescript
import { resolveEntryModulePath } from "@tsed/cli/src/bin/tsed-dev";
```

> See [/packages/cli/src/bin/tsed-dev.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.2/packages/cli/src/bin/tsed-dev.ts#L0-L0).

## Overview

```ts
function resolveEntryModulePath(args: string[]): string;
```
