UNPKG

aws-delivlib

Version:

A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.

10 lines (9 loc) 273 B
import { Octokit } from "@octokit/core"; import { getUserAgent } from "universal-user-agent"; import { VERSION } from "./version"; const OAuthAppOctokit = Octokit.defaults({ userAgent: `octokit-oauth-app.js/${VERSION} ${getUserAgent()}` }); export { OAuthAppOctokit };