UNPKG

myapp-dataroom

Version:
8 lines (7 loc) 120 B
export function getPageType (type) { if (type === 'catalog') { return 'category' } else { return type } }