UNPKG

@gitlab/ui

Version:
5 lines (3 loc) 157 B
const badgeTypes = ['experiment', 'beta', null]; const badgeTypeValidator = value => badgeTypes.includes(value); export { badgeTypeValidator, badgeTypes };