UNPKG

gitlab

Version:

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

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