Skip to content

StringUtils

@tsed/logger

Usage

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

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

Overview

ts
const StringUtils: {
    format(fmt: string | object, ...args: any[]): string;
};

format

ts
format(fmt: string | object, ...args: any[]): string;

Released under the MIT License.