Skip to content

truncate

@tsed/logger

Usage

typescript
import { truncate } from "@tsed/logger";

See /packages/logger/src/types/common/layouts/utils/StringUtils.ts.

Overview

ts
function truncate(truncation: string, toTruncate: string): string;

Released under the MIT License.