postiz/libraries/react-shared-libraries/src/helpers/is.general.tsx

3 lines
77 B
TypeScript

export const isGeneral = () => {
return process.env.isGeneral === 'true';
}