Introduction
CLI
Links
Appearance
import { addSuffix } from "@tsed/cli-core";
See /packages/cli-core/src/services/NpmRegistryClient.ts.
function addSuffix(pattern: string, suffix: string): string;