1
2
3
4
export const tableify = async (data: any) => {
var { default: tableify } = await import("npm:tableify");
return tableify(data);
};