Sha256: ae19686f32e9a1e67ea1c2b627437e46fab75116343f721838dae276b1984fc2
Contents?: true
Size: 241 Bytes
Versions: 21
Compression:
Stored size: 241 Bytes
Contents
import TableInternal from './internal-table'; export declare const renderTable: (table: TableInternal) => string; export declare const renderSimpleTable: (rows: any[]) => string; export declare const printSimpleTable: (rows: any[]) => void;
Version data entries
21 entries across 21 versions & 1 rubygems