UNPKG

@dpkit/core

Version:

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

18 lines (17 loc) 276 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; }