UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

5 lines (3 loc) 107 B
declare const hexColor: RegExp; declare function isHex(hex: string): boolean; export { hexColor, isHex };