UNPKG

react-native-flip

Version:
7 lines (5 loc) 144 B
'use strict'; module.exports = value => { const type = typeof value; return value !== null && (type === 'object' || type === 'function'); };