UNPKG

gitlab

Version:

Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.

7 lines (6 loc) 240 B
import { ResourceBadges } from '../templates'; import { BaseServiceOptions } from '../infrastructure'; declare class ProjectBadges extends ResourceBadges { constructor(options: BaseServiceOptions); } export default ProjectBadges;