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)[];