Skip to content

anonymizePaths

@tsed/cli

Usage

typescript
import { anonymizePaths } from "@tsed/cli/src/services/mappers/anonymizePaths";

See /packages/cli/src/services/mappers/anonymizePaths.ts.

Overview

ts
function anonymizePaths(stack: string, options?: {
    cwd?: string;
    home?: string;
}): string;

cwd

ts
cwd?: string;

home

ts
home?: string;

Released under the MIT License.