UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

3 lines (2 loc) 150 B
import type { Table } from "./Table.ts"; export declare function queryTable(table: Table, query: string): import("nodejs-polars").LazyDataFrame<any>;