Skip to content

addSuffix

@tsed/cli-core

Usage

typescript
import { addSuffix } from "@tsed/cli-core";

See /packages/cli-core/src/services/NpmRegistryClient.ts.

Overview

ts
function addSuffix(pattern: string, suffix: string): string;

Released under the MIT License.