Directory : /home/aplikasiposinfo/public_html/hamrishealth.aplikasipos.info/node_modules/hsla-regex/ |
Current File : /home/aplikasiposinfo/public_html/hamrishealth.aplikasipos.info/node_modules/hsla-regex/index.js |
'use strict'; module.exports = function hslaRegex(options) { options = options || {}; return options.exact ? /^hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*(\d*(?:\.\d+)?)\)$/ : /hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*(\d*(?:\.\d+)?)\)/ig; }