UNPKG

octokit-pagination-methods

Version:
8 lines (5 loc) 171 B
module.exports = getFirstPage const getPage = require('./get-page') function getFirstPage (octokit, link, headers) { return getPage(octokit, link, 'first', headers) }