UNPKG

tripledoc

Version:

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

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;