UNPKG

@dpkit/core

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

4 lines (3 loc) 173 B
import type { Descriptor } from "../../general/index.js"; import type { Schema } from "../Schema.js"; export declare function denormalizeSchema(schema: Schema): Descriptor;