UNPKG

react-native-console-table

Version:

Display an array of objects (with the same interface) as a table in the terminal.

4 lines (2 loc) 127 B
import {IOptions} from './types' export const consoleTable: <T extends object>(data?: T[], options?: IOptions<T>) => void;