UNPKG

coach-core

Version:
11 lines (9 loc) 221 B
'use strict'; const thirdParty = require('../thirdParty'); module.exports = { id: 'thirdparty', processPage: function (page) { const thirdParties = thirdParty.getThirdParty(page); return thirdParties; } };