UNPKG

@dpkit/github

Version:

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

4 lines (3 loc) 193 B
import type { Resource } from "@dpkit/core"; import type { GithubResource } from "../Resource.ts"; export declare function convertResourceToGithub(resource: Resource): Partial<GithubResource>;