UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

7 lines (6 loc) 201 B
import type { Field, Schema } from "@dpkit/core"; import type { Expr } from "nodejs-polars"; export declare function parseField(field: Field, options?: { expr?: Expr; schema?: Schema; }): any;