文件名称:github-username:从电子邮件地址获取GitHub用户名
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-15 01:39:06
JavaScript
github用户名 从电子邮件地址获取GitHub用户名 安装 $ npm install github-username 用法 const githubUsername = require ( 'github-username' ) ; ( async ( ) => { console . log ( await githubUsername ( 'sindresorhus@gmail.com' ) ) ; //=> 'sindresorhus' } ) ( ) ; 原料药 githubUsername(电子邮件,令牌?) 如果可以在GitHub上的任何提交中找到电子邮件,请从电子邮件地址获取GitHub用户名。 返回带有用户名的Promise<string?> 。 电子邮件 类型: string 您想要用户名的用户的电子邮件地址。 代币 类型: string GitHu
【文件预览】:
github-username-main
----.gitignore(23B)
----.github()
--------workflows()
--------funding.yml(91B)
----.gitattributes(19B)
----package.json(711B)
----index.test-d.ts(169B)
----readme.md(784B)
----index.js(844B)
----index.d.ts(636B)
----test.js(814B)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)