UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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;