UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

10 lines (6 loc) 155 B
'use strict'; const rgbaRegex = require('rgba-regex'); function isRgba(str) { return rgbaRegex({ exact: true }).test(str); } module.exports = isRgba;