UNPKG

octokit-pagination-methods

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