Skip to content

drawTable

@tsed/logger

Usage

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

See /packages/logger/src/types/common/logger/utils/tableUtils.ts.

Overview

ts
function drawTable(list: any[], settings?: ITableSettings): string;

Released under the MIT License.