@dpkit/table
Version:
Data Package implementation in TypeScript.
7 lines (6 loc) • 299 B
text/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"