UNPKG

nyks

Version:

nodejs exupery style

7 lines (5 loc) 155 B
"use strict"; module.exports = function(str) { var hex = String(str).match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/); return (hex) ? hex.slice(1) : null; };