UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

9 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const lodash_1 = require("lodash"); exports.getPartners = () => ([{ label: 'JustEat', value: 'justeat', }]); exports.getPartnerById = (partnerId) => lodash_1.find(exports.getPartners(), (partner) => partner.value === partnerId); //# sourceMappingURL=partners.js.map