UNPKG

@rodrigogs/xvideos

Version:

xvideos.com api implementation.

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