UNPKG

@dpkit/core

Version:

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

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