UNPKG

tlojs

Version:

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

7 lines (6 loc) 253 B
import { TableExport } from "../export"; import { Table } from "../table"; import { GenericObject } from '../../types/type'; export declare class JsonExport<T> implements TableExport<T, GenericObject[]> { export(table: Table<T>): GenericObject[]; }