UNPKG

repository-provider

Version:

abstract interface to git repository providers like github, bitbucket and gitlab

8 lines (6 loc) 107 B
import { OwnedObject } from "./owned-object.mjs"; /** * */ export class Project extends OwnedObject { }