UNPKG

csv-database

Version:

lightweight CSV database

4 lines (3 loc) 149 B
import { ICSVEditor } from "../../csv-editor/types"; declare const get: (parser: ICSVEditor, predicate?: Object) => Promise<Object[]>; export = get;