UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

3 lines 101 B
export var isValidBrandHex = function isValidBrandHex(hex) { return /^#[0-9A-F]{6}$/i.test(hex); };