UNPKG

coach-core

Version:
10 lines (8 loc) 208 B
import * as thirdParty from '../thirdParty.js'; export default { id: 'thirdparty', processPage: function (page) { const thirdParties = thirdParty.getThirdParty(page); return thirdParties; } };