UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

4 lines 163 B
//#region src/utils/github/create-comment.d.ts declare function createComment(issueId: string, body: string): Promise<void>; //#endregion export { createComment };