First upload version 0.0.1
This commit is contained in:
9
node_modules/@octokit/auth-unauthenticated/dist-src/auth.js
generated
vendored
Normal file
9
node_modules/@octokit/auth-unauthenticated/dist-src/auth.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
async function auth(reason) {
|
||||
return {
|
||||
type: "unauthenticated",
|
||||
reason
|
||||
};
|
||||
}
|
||||
export {
|
||||
auth
|
||||
};
|
||||
Reference in New Issue
Block a user