frontend/.pnpm-store/v3/files/52/55ae4970d91cb30d8aa8880387491a2c408689925d5c26b942d01f279a115a4d068291f8ad867839580f7e0e52a8c4f527065fdf1019ea8c7c5af4bc9fc418

14 lines
486 B
Plaintext

import { Octokit as Octokit$1 } from '@octokit/core';
import { requestLog } from '@octokit/plugin-request-log';
import { paginateRest } from '@octokit/plugin-paginate-rest';
import { legacyRestEndpointMethods } from '@octokit/plugin-rest-endpoint-methods';
const VERSION = "19.0.7";
const Octokit = Octokit$1.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults({
userAgent: `octokit-rest.js/${VERSION}`,
});
export { Octokit };
//# sourceMappingURL=index.js.map