UNPKG

@dpkit/core

Version:

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

20 lines (17 loc) 251 B
/** * Source information */ export interface Source { /** * Human-readable title of the source */ title?: string /** * URL or path to the source */ path?: string /** * Email contact for the source */ email?: string }