UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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;