UNPKG

@dpkit/core

Version:

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

9 lines (6 loc) 243 B
import type { Descriptor } from "../../general/index.ts" import type { Schema } from "../Schema.ts" export function denormalizeSchema(schema: Schema) { schema = globalThis.structuredClone(schema) return schema as unknown as Descriptor }