add node modules
This commit is contained in:
12
node_modules/@octokit/request/dist-src/index.js
generated
vendored
Normal file
12
node_modules/@octokit/request/dist-src/index.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { endpoint } from "@octokit/endpoint";
|
||||
import { getUserAgent } from "universal-user-agent";
|
||||
import { VERSION } from "./version.js";
|
||||
import withDefaults from "./with-defaults.js";
|
||||
const request = withDefaults(endpoint, {
|
||||
headers: {
|
||||
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`
|
||||
}
|
||||
});
|
||||
export {
|
||||
request
|
||||
};
|
||||
Reference in New Issue
Block a user