UNPKG

detox

Version:

E2E tests and automation for mobile

6 lines (4 loc) 143 B
function getMainCategory(category) { return category ? String(category).split(',', 1)[0] : 'undefined'; } module.exports = getMainCategory;