UNPKG

@dpkit/core

Version:

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

6 lines (4 loc) 161 B
import type { Descriptor } from "../Descriptor.ts" export function stringifyDescriptor(descriptor: Descriptor) { return JSON.stringify(descriptor, null, 2) }