UNPKG

html-table-to-dataframe

Version:
5 lines (4 loc) 238 B
export * from './table-to-have'; export { toDataFrame, toInteractiveDataFrame } from './table-data'; export { toPrettyPrint } from './table-pretty'; export { DataFrame, LocatorID, Attributes, TableData, DataFrameOptions } from './types';