UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (6 loc) 158 B
'use strict'; const colorNames = require('css-color-names'); function isCSSColorName(str) { return !!colorNames[str]; } module.exports = isCSSColorName;