UNPKG

projex

Version:
6 lines (5 loc) 126 B
interface TableOptions { head?: string[]; } export declare const createTable: (options?: TableOptions) => any; export {};