UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 96 B
export function isHex(hex) { return !!hex && /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(hex); }