UNPKG

json-to-table-format

Version:
5 lines (4 loc) 163 B
import { TableStyle } from "./lib"; declare function jsontoTable(params: any, style?: TableStyle): string; export default jsontoTable; export { jsontoTable };