UNPKG

@dpkit/core

Version:

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

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