UNPKG

@bigfishtv/cockpit

Version:

8 lines (6 loc) 107 B
/** * AND/OR .. yeah * @module Constants/Conditions */ export const OR = 'OR' export const AND = 'AND'