UNPKG

@validate-me/core

Version:

Main package for `validate-me`. It contains everything to run client side validations with any kind of JS framework or with vanilla JS.

6 lines (4 loc) 118 B
const regex = /^#[0-9a-f]{6}$/; const test = regex.test.bind(regex); const color = () => test; export default color;