github is starred:检查用户是否已对特定的GitHub存储库加注星标 源码
github-is-starred 检查用户是否已对特定的GitHub存储库加注星标。 安装 npm install --save github-is-starred 用法 const githubIsStarred = require ( 'github-is-starred' ) await githubIsStarred ( { username : 'blaise-hansen' , repo : 'transitive-bullshit/create-react-library' } ) // => true API githubIsStarred 检查用户是否已对特定的
用户评论