UNPKG

react-kiwi-dropdown

Version:

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

10 lines (6 loc) 155 B
'use strict'; const hslaRegex = require('hsla-regex'); function isHSLA(str) { return hslaRegex({ exact: true }).test(str); } module.exports = isHSLA;