UNPKG

react-native-flip

Version:
10 lines (6 loc) 156 B
'use strict'; const hexRegex = require('hex-color-regex'); function isHex(str) { return hexRegex({ exact: true }).test(str); } module.exports = isHex;