UNPKG

@dpkit/core

Version:

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

7 lines (6 loc) 258 B
import { type Descriptor } from "../general/index.js"; import type { Schema } from "./Schema.js"; /** * Assert a Schema descriptor (JSON Object) against its profile */ export declare function assertSchema(descriptor: Descriptor | Schema): Promise<Schema>;