UNPKG

repository-provider

Version:

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

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