UNPKG

create-plume-react-project

Version:
3 lines (2 loc) 159 B
// eslint-disable-next-line import/prefer-default-export export const checkEmptyTrimmed = (value: string | undefined) => (!!value && value.trim().length > 0);