UNPKG

react-kiwi-dropdown

Version:

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

10 lines (6 loc) 150 B
'use strict'; const hslRegex = require('hsl-regex'); function isHSL(str) { return hslRegex({ exact: true }).test(str); } module.exports = isHSL;