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;