UNPKG

141 BTypeScriptView Raw
1import type { TableUserConfig } from './types/api';
2export declare const table: (data: unknown[][], userConfig?: TableUserConfig) => string;