UNPKG

react-native-customerio

Version:

A react-native for the Customer.io event API. http://customer.io

6 lines (5 loc) 155 B
module.exports = { isEmpty: (value) => { return value === null || value === undefined || (typeof value === 'string' && value.trim() === ''); }, };