UNPKG

cspace-ui

Version:
6 lines (3 loc) 234 B
export const isDeprecated = (state) => !!state && state.includes('deprecated'); export const isLocked = (state) => !!state && state.includes('locked'); export const isReplicated = (state) => !!state && state.includes('replicated');