src/constants/values.js

Summary

Maintainability
A
0 mins
Test Coverage
// Constants for generic values that are frequently used in logic
export const YES = 'Yes'
export const NO = 'No'
export const OTHER = 'Other'