UNPKG

@rodrigogs/xvideos

Version:

xvideos.com api implementation.

12 lines (9 loc) 270 B
const refreshFunction = (currentPage) => () => { const best = require('./best'); return best(currentPage); }; const createRefreshFunction = (pagination) => { const { page } = pagination; return refreshFunction(page); }; module.exports = createRefreshFunction;