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

## Usage

```typescript
import { concatPath } from "@tsed/schema";
```

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

## Overview

```ts
function concatPath(basePath: string | undefined | RegExp, path: string | undefined | RegExp): any;
```
