1. 首页
  2. 数据库
  3. 其它
  4. github is starred:检查用户是否已对特定的GitHub存储库加注星标 源码

github is starred:检查用户是否已对特定的GitHub存储库加注星标 源码

上传者: 2021-02-07 18:59:35上传 ZIP文件 61.66KB 热度 18次
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 检查用户是否已对特定的
用户评论