//  Tests
import { hexString } from './string';


//  Check Block
export function validHEXValues() {
    describe('Value passed is a valid HEX color', hexString);
}
