UNPKG

octokit-pagination-methods

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