UNPKG

@dpkit/core

Version:

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

9 lines (6 loc) 231 B
import type { Descriptor } from "../general/index.ts" import type { Field } from "./Field.ts" export function denormalizeField(field: Field) { field = globalThis.structuredClone(field) return field as unknown as Descriptor }