UNPKG

@dpkit/core

Version:

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

3 lines (2 loc) 125 B
export type Descriptor = Record<string, unknown>; export declare function isDescriptor(value: unknown): value is Descriptor;