UNPKG

labo-components

Version:
8 lines 176 B
export const BookmarkTranslator = (type) =>{ switch(type){ case 'Segment': return 'Fragment'; case 'segment': return 'fragment'; default: return type; } }