@dpkit/table
Version:
Data Package implementation in TypeScript.
7 lines (6 loc) • 305 B
TypeScript
export type { PolarsSchema } from "./Schema.ts";
export { getPolarsSchema } from "./helpers.ts";
export type { SchemaOptions } from "./Options.ts";
export { inferSchemaFromTable } from "./infer.ts";
export { inferSchemaFromSample } from "./infer.ts";
export type { InferSchemaOptions } from "./infer.ts";