UNPKG

html-table-to-dataframe

Version:
6 lines (5 loc) 213 B
import { BaseDataFrame } from './base-frame'; export declare class DataFrame extends BaseDataFrame { buildBody(): import("./types").RowData<string>[]; buildFooter(): import("./types").RowData<string>[]; }