UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

4 lines (3 loc) 261 B
import type { Field, Schema } from "@dpkit/core"; import type { PolarsSchema } from "../schema/index.ts"; export declare function matchField(index: number, field: Field, schema: Schema, polarsSchema: PolarsSchema): import("./Field.ts").PolarsField | undefined;