UNPKG

tlojs

Version:

The Last One - The last npm package you'll need to install

6 lines (5 loc) 184 B
import { TableExport } from "../export"; import { Table } from "../table"; export declare class CsvExport<T> implements TableExport<T, string> { export(table: Table<T>): string; }