Skip to content

concatPath

@tsed/schema

Usage

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

See /packages/specs/schema/src/utils/concatPath.ts.

Overview

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

Released under the MIT License.