UNPKG

@dpkit/core

Version:

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

25 lines (21 loc) 331 B
/** * Contributor information */ export interface Contributor { /** * Full name of the contributor */ title: string /** * Email address of the contributor */ email?: string /** * Path to relevant contributor information */ path?: string /** * Role of the contributor */ role?: string }