UNPKG

google-contacts-crud

Version:
12 lines (10 loc) 149 B
/** * MIT licensed. */ module.exports = { CONTACT_TYPE: { 'WORK' : 'work', 'OTHER': 'other', 'HOME' : 'home' } };