Skip to content

normalizePath

@tsed/normalize-path

Usage

typescript
import { normalizePath } from "@tsed/normalize-path";

See /packages/third-parties/normalize-path/src/types/normalizePath.ts.

Overview

ts
function normalizePath(item: string, ...paths: string[]): string;
export function normalizePath(item: (string | any)[]): (string | any)[];

Released under the MIT License.