UNPKG

ut-tools

Version:

Build and Release management automation package.

3 lines (2 loc) 163 B
import type { TableUserConfig } from './types/api'; export declare const table: (data: ReadonlyArray<readonly unknown[]>, userConfig?: TableUserConfig) => string;