UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (7 loc) 259 B
'use strict'; module.exports = function hslRegex(options) { options = options || {}; return options.exact ? /^hsl\(\s*(\d+)\s*,\s*(\d*(?:\.\d+)?%)\s*,\s*(\d*(?:\.\d+)?%)\)$/ : /hsl\(\s*(\d+)\s*,\s*(\d*(?:\.\d+)?%)\s*,\s*(\d*(?:\.\d+)?%)\)/ig; }