pad
@tsed/logger
Usage
typescript
import { pad } from "@tsed/logger";
See /packages/logger/src/types/common/layouts/utils/StringUtils.ts.
Overview
ts
function pad(padding: string, toPad: string): string;